com.aspose.html

Class HTMLHtmlElement

    • Constructor Detail

      • HTMLHtmlElement

        public HTMLHtmlElement(com.aspose.html.dom.DOMName name,
                               Document doc)

        Initializes a new instance of the HTMLHtmlElement class.

        Parameters:
        name - The DOM name.
        doc - The document.
    • Method Detail

      • getVersion

        @DOMNameAttribute(name="version")
        public String getVersion()

        Version information about the document's DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setVersion

        @DOMNameAttribute(name="version")
        public void setVersion(String value)

        Version information about the document's DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.