Class DocumentType

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class DocumentType
    extends Node
    Document type node.
    • Field Detail

      • publicId

        protected final java.lang.String publicId
      • systemId

        protected final java.lang.String systemId
    • Constructor Detail

      • DocumentType

        public DocumentType​(Document ownerDocument,
                            java.lang.String value,
                            java.lang.String publicId,
                            java.lang.String systemId)
    • Method Detail

      • getRootName

        public java.lang.String getRootName()
      • getPublicIdentifier

        public java.lang.String getPublicIdentifier()
      • getSystemIdentifier

        public java.lang.String getSystemIdentifier()
      • visitNode

        protected void visitNode​(NodeVisitor nodeVisitor)
        Description copied from class: Node
        Visits single node. Implementations just needs to call the correct visitor callback function.
        Specified by:
        visitNode in class Node