Class DocTypeEntity

java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.dtd.DocTypeEntity
All Implemented Interfaces:
DocTypeNode, Node

public class DocTypeEntity extends BasicNode implements DocTypeNode
  • Constructor Details

  • Method Details

    • isParameterEntity

      public boolean isParameterEntity()
    • setParameterEntity

      public void setParameterEntity(boolean parameterEntity)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getResolvedText

      public String getResolvedText()
    • setResolvedText

      public void setResolvedText(String resolvedText)
    • getSystemLiteral

      public String getSystemLiteral()
    • setSystemLiteral

      public void setSystemLiteral(String systemLiteral)
    • isSystem

      public boolean isSystem()
    • getPublicIDLiteral

      public String getPublicIDLiteral()
    • setPublicIDLiteral

      public void setPublicIDLiteral(String publicIDLiteral)
    • isPublic

      public boolean isPublic()
    • getValue

      public String getValue()
      Overrides:
      getValue in class BasicNode
    • toXML

      public DocTypeEntity toXML(XMLWriter writer) throws 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:
      IOException
    • addNode

      public DocTypeEntity addNode(Node node)
      Specified by:
      addNode in interface DocTypeNode
    • getNodes

      public List<Node> getNodes()
    • getNotationName

      public String getNotationName()
    • setNotationName

      public void setNotationName(String notationName)
    • hasNDATA

      public boolean hasNDATA()