| Package | Description |
|---|---|
| org.petitparser.grammar.xml |
This package provides a simple XML model and its associated parser.
|
| org.petitparser.grammar.xml.ast |
| Modifier and Type | Method | Description |
|---|---|---|
XmlName |
XmlBuilder.createQualified(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
XmlNode |
XmlBuilder.createAttribute(XmlName name,
String text) |
|
XmlNode |
XmlBuilder.createElement(XmlName name,
Collection<XmlAttribute> attributes,
Collection<XmlNode> children) |
| Modifier and Type | Method | Description |
|---|---|---|
XmlName |
XmlAttribute.getName() |
|
XmlName |
XmlElement.getName() |
| Constructor | Description |
|---|---|
XmlAttribute(XmlName name,
String value) |
|
XmlElement(XmlName name,
Collection<XmlAttribute> attributes,
Collection<XmlNode> children) |
Copyright © 2018 PetitParser. All rights reserved.