Uses of Class
org.petitparser.grammar.xml.ast.XmlName
| Package | Description |
|---|---|
| org.petitparser.grammar.xml |
This package provides a simple XML model and its associated parser.
|
| org.petitparser.grammar.xml.ast |
-
Uses of XmlName in org.petitparser.grammar.xml
Methods in org.petitparser.grammar.xml that return XmlName Modifier and Type Method Description XmlNameXmlBuilder. createQualified(String name)Methods in org.petitparser.grammar.xml with parameters of type XmlName Modifier and Type Method Description XmlNodeXmlBuilder. createAttribute(XmlName name, String text)XmlNodeXmlBuilder. createElement(XmlName name, Collection<XmlAttribute> attributes, Collection<XmlNode> children) -
Uses of XmlName in org.petitparser.grammar.xml.ast
Methods in org.petitparser.grammar.xml.ast that return XmlName Modifier and Type Method Description XmlNameXmlAttribute. getName()XmlNameXmlElement. getName()Constructors in org.petitparser.grammar.xml.ast with parameters of type XmlName Constructor Description XmlAttribute(XmlName name, String value)XmlElement(XmlName name, Collection<XmlAttribute> attributes, Collection<XmlNode> children)