| 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 |
|---|---|---|
XmlNode |
XmlBuilder.createElement(XmlName name,
Collection<XmlAttribute> attributes,
Collection<XmlNode> children) |
| Modifier and Type | Method | Description |
|---|---|---|
XmlAttribute |
XmlElement.getAttributeNode(String key) |
| Modifier and Type | Method | Description |
|---|---|---|
List<XmlAttribute> |
XmlElement.getAttributes() |
|
List<XmlAttribute> |
XmlNode.getAttributes() |
Answer the attribute nodes of the receiver.
|
| Constructor | Description |
|---|---|
XmlElement(XmlName name,
Collection<XmlAttribute> attributes,
Collection<XmlNode> children) |
Copyright © 2018 PetitParser. All rights reserved.