Class DocTypeNotation

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

public class DocTypeNotation extends BasicNode implements DocTypeNode
  • Field Details

    • name

      private String name
    • quoteChar

      private char quoteChar
    • text

      private String text
    • nodes

      private List<Node> nodes
    • systemLiteral

      private String systemLiteral
    • publicIDLiteral

      private String publicIDLiteral
  • Constructor Details

  • Method Details