Uses of Interface
org.petitparser.grammar.xml.XmlCallback
| Package | Description |
|---|---|
| org.petitparser.grammar.xml |
This package provides a simple XML model and its associated parser.
|
-
Uses of XmlCallback in org.petitparser.grammar.xml
Classes in org.petitparser.grammar.xml that implement XmlCallback Modifier and Type Class Description classXmlBuilderBuilds the XML AST.Constructors in org.petitparser.grammar.xml with parameters of type XmlCallback Constructor Description XmlDefinition(XmlCallback<TName,TNode,TAttribute> callback)