Class DocType

  • All Implemented Interfaces:
    Node

    public class DocType
    extends BasicNode
    • Constructor Detail

      • DocType

        public DocType​(Token token)
      • DocType

        public DocType()
    • Method Detail

      • add

        public void add​(Node n)
      • mapElementsAndAttributes

        public void mapElementsAndAttributes()
        Map element and attlist declarations in the DTD
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getPublicLiteral

        public java.lang.String getPublicLiteral()
      • setPublicLiteral

        public void setPublicLiteral​(java.lang.String publicLiteral)
      • getSystemLiteral

        public java.lang.String getSystemLiteral()
      • setSystemLiteral

        public void setSystemLiteral​(java.lang.String systemLiteral)
      • getNotationDataName

        public java.lang.String getNotationDataName()
      • setNotationDataName

        public void setNotationDataName​(java.lang.String notationDataName)
      • toXML

        public DocType toXML​(XMLWriter writer)
                      throws java.io.IOException
        Description copied from class: BasicNode
        Append the content of this node to writer
        Specified by:
        toXML in interface Node
        Overrides:
        toXML in class BasicNode
        Throws:
        java.io.IOException
      • getElement

        public DocTypeElement getElement​(java.lang.String name)
      • getAttributeList

        public java.util.List<DocTypeAttributeList> getAttributeList​(java.lang.String name)
      • getAttributeLists

        public java.util.List<java.util.List<DocTypeAttributeList>> getAttributeLists()
      • getEntity

        public DocTypeEntity getEntity​(java.lang.String name)
      • getParameterEntity

        public DocTypeEntity getParameterEntity​(java.lang.String name)