Class DelegatingDocumentType

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

    public class DelegatingDocumentType
    extends DelegatingNode
    implements org.w3c.dom.DocumentType
    • Constructor Detail

      • DelegatingDocumentType

        protected DelegatingDocumentType​(org.w3c.dom.DocumentType base,
                                         DelegatingDocument doc)
    • Method Detail

      • 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
      • 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
      • getInternalSubset

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