Package org.petitparser.grammar.xml.ast
Class XmlText
java.lang.Object
org.petitparser.grammar.xml.ast.XmlNode
org.petitparser.grammar.xml.ast.XmlData
org.petitparser.grammar.xml.ast.XmlText
public class XmlText extends XmlData
XML text node.
-
Constructor Summary
-
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