Class XMLDocumentType

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

    public class XMLDocumentType
    extends XMLNode
    implements org.w3c.dom.DocumentType
    • Constructor Detail

      • XMLDocumentType

        public XMLDocumentType​(java.lang.String name,
                               java.lang.String value)
      • XMLDocumentType

        public XMLDocumentType​(java.lang.String name)
      • XMLDocumentType

        public XMLDocumentType()
    • Method Detail

      • getNodeType

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

        public org.w3c.dom.Node cloneNode​(boolean deep)
        Specified by:
        cloneNode in interface org.w3c.dom.Node
        Overrides:
        cloneNode in class XMLNode
      • getTextContent

        public java.lang.String getTextContent()
                                        throws org.w3c.dom.DOMException
        Specified by:
        getTextContent in interface org.w3c.dom.Node
        Throws:
        org.w3c.dom.DOMException
      • getName

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

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

        public void addEntity​(org.w3c.dom.Entity entity)
      • getNotations

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

        public void addNotation​(org.w3c.dom.Notation notation)
      • getPublicId

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

        public void setPublicId​(java.lang.String publicId)
      • getSystemId

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

        public void setSystemId​(java.lang.String systemId)
      • getInternalSubset

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

        public void setInternalSubset​(java.lang.String internalSubset)