Package org.petitparser.grammar.xml.ast
Class XmlAttribute
java.lang.Object
org.petitparser.grammar.xml.ast.XmlNode
org.petitparser.grammar.xml.ast.XmlAttribute
public class XmlAttribute extends XmlNode
XML attribute node.
-
Constructor Summary
Constructors Constructor Description XmlAttribute(XmlName name, String value) -
Method Summary
Methods inherited from class org.petitparser.grammar.xml.ast.XmlNode
getAttributes, getChildren, getDocument, getFirstChild, getLastChild, getNextSibling, getParent, getPreviousSibling, getRoot, iterator, toString, toXmlString