Package org.petitparser.grammar.xml.ast
Class XmlComment
java.lang.Object
org.petitparser.grammar.xml.ast.XmlNode
org.petitparser.grammar.xml.ast.XmlData
org.petitparser.grammar.xml.ast.XmlComment
public class XmlComment extends XmlData
An XML comment node.
-
Constructor Summary
Constructors Constructor Description XmlComment(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