Uses of Package
org.petitparser.grammar.xml.ast
| Package | Description |
|---|---|
| org.petitparser.grammar.xml |
This package provides a simple XML model and its associated parser.
|
| org.petitparser.grammar.xml.ast |
-
Classes in org.petitparser.grammar.xml.ast used by org.petitparser.grammar.xml Class Description XmlAttribute XML attribute node.XmlName XML entity name.XmlNode Abstract XML node. -
Classes in org.petitparser.grammar.xml.ast used by org.petitparser.grammar.xml.ast Class Description XmlAttribute XML attribute node.XmlData Abstract XML data node.XmlDocument XML document node.XmlElement XML element node.XmlName XML entity name.XmlNode Abstract XML node.XmlParent Abstract XML node with actual children.