Class HTMLScriptElementImpl

    • Constructor Detail

      • HTMLScriptElementImpl

        public HTMLScriptElementImpl()
      • HTMLScriptElementImpl

        public HTMLScriptElementImpl​(java.lang.String name)
    • Method Detail

      • getDefer

        public boolean getDefer()
        Description copied from interface: HTMLScriptElement
        Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.01.
        Specified by:
        getDefer in interface HTMLScriptElement
      • setDefer

        public void setDefer​(boolean defer)
        Description copied from interface: HTMLScriptElement
        Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.01.
        Specified by:
        setDefer in interface HTMLScriptElement
      • getType

        public java.lang.String getType()
        Description copied from interface: HTMLScriptElement
        The content type of the script language. See the type attribute definition in HTML 4.01.
        Specified by:
        getType in interface HTMLScriptElement
      • setType

        public void setType​(java.lang.String type)
        Description copied from interface: HTMLScriptElement
        The content type of the script language. See the type attribute definition in HTML 4.01.
        Specified by:
        setType in interface HTMLScriptElement
      • setUserData

        public java.lang.Object setUserData​(java.lang.String key,
                                            java.lang.Object data,
                                            org.w3c.dom.UserDataHandler handler)
        Specified by:
        setUserData in interface org.w3c.dom.Node
        Overrides:
        setUserData in class NodeImpl
      • processScript

        protected final void processScript()
      • appendInnerTextImpl

        protected void appendInnerTextImpl​(java.lang.StringBuffer buffer)
        Overrides:
        appendInnerTextImpl in class NodeImpl