Class DomDocumentType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.w3c.dom.DocumentType, org.w3c.dom.Node

    public class DomDocumentType
    extends DomNode
    implements org.w3c.dom.DocumentType
    A DOM object for DocumentType.
    See Also:
    Serialized Form
    • Constructor Detail

      • DomDocumentType

        public DomDocumentType​(SgmlPage page,
                               java.lang.String name,
                               java.lang.String publicId,
                               java.lang.String systemId)
        Creates a new instance.
        Parameters:
        page - the page which contains this node
        name - the name
        publicId - the public ID
        systemId - the system ID
    • Method Detail

      • getNodeName

        public java.lang.String getNodeName()
        Specified by:
        getNodeName in interface org.w3c.dom.Node
      • getNodeType

        public short getNodeType()
        Specified by:
        getNodeType in interface org.w3c.dom.Node
      • getEntities

        public org.w3c.dom.NamedNodeMap getEntities()
        Specified by:
        getEntities in interface org.w3c.dom.DocumentType
      • getInternalSubset

        public java.lang.String getInternalSubset()
        Specified by:
        getInternalSubset in interface org.w3c.dom.DocumentType
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.w3c.dom.DocumentType
      • getNotations

        public org.w3c.dom.NamedNodeMap getNotations()
        Specified by:
        getNotations in interface org.w3c.dom.DocumentType
      • getPublicId

        public java.lang.String getPublicId()
        Specified by:
        getPublicId in interface org.w3c.dom.DocumentType
      • getSystemId

        public java.lang.String getSystemId()
        Specified by:
        getSystemId in interface org.w3c.dom.DocumentType
      • setNodeValue

        public void setNodeValue​(java.lang.String value)
        Specified by:
        setNodeValue in interface org.w3c.dom.Node
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
        Specified by:
        setPrefix in interface org.w3c.dom.Node