Package org.petitparser.grammar.xml.ast
Class XmlDoctype
java.lang.Object
org.petitparser.grammar.xml.ast.XmlNode
org.petitparser.grammar.xml.ast.XmlData
org.petitparser.grammar.xml.ast.XmlDoctype
public class XmlDoctype extends XmlData
XML doctype node.
-
Constructor Summary
Constructors Constructor Description XmlDoctype(String data) -
Method Summary
Modifier and Type Method Description voidwriteTo(StringBuilder buffer)Writes the XML string of the receiver to abuffer.Methods inherited from class org.petitparser.grammar.xml.ast.XmlNode
getAttributes, getChildren, getDocument, getFirstChild, getLastChild, getNextSibling, getParent, getPreviousSibling, getRoot, iterator, toString, toXmlString