Uses of Class
org.petitparser.grammar.xml.ast.XmlAttribute
| Package | Description |
|---|---|
| org.petitparser.grammar.xml |
This package provides a simple XML model and its associated parser.
|
| org.petitparser.grammar.xml.ast |
-
Uses of XmlAttribute in org.petitparser.grammar.xml
Method parameters in org.petitparser.grammar.xml with type arguments of type XmlAttribute Modifier and Type Method Description XmlNodeXmlBuilder. createElement(XmlName name, Collection<XmlAttribute> attributes, Collection<XmlNode> children) -
Uses of XmlAttribute in org.petitparser.grammar.xml.ast
Methods in org.petitparser.grammar.xml.ast that return XmlAttribute Modifier and Type Method Description XmlAttributeXmlElement. getAttributeNode(String key)Methods in org.petitparser.grammar.xml.ast that return types with arguments of type XmlAttribute Modifier and Type Method Description List<XmlAttribute>XmlElement. getAttributes()List<XmlAttribute>XmlNode. getAttributes()Answer the attribute nodes of the receiver.Constructor parameters in org.petitparser.grammar.xml.ast with type arguments of type XmlAttribute Constructor Description XmlElement(XmlName name, Collection<XmlAttribute> attributes, Collection<XmlNode> children)