- getAttribute(String) - Method in class org.petitparser.grammar.xml.ast.XmlElement
-
- getAttributeNode(String) - Method in class org.petitparser.grammar.xml.ast.XmlElement
-
- getAttributes() - Method in class org.petitparser.grammar.xml.ast.XmlElement
-
- getAttributes() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the attribute nodes of the receiver.
- getChildren() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the child nodes of the receiver.
- getChildren() - Method in class org.petitparser.grammar.xml.ast.XmlParent
-
- getChildren() - Method in class org.petitparser.grammar.xml.XmlCharacterParser
-
- getData() - Method in class org.petitparser.grammar.xml.ast.XmlData
-
- getDocument() - Method in class org.petitparser.grammar.xml.ast.XmlDocument
-
- getDocument() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the document that contains this node, or null if the node is not part of a
document.
- getFirstChild() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the first child of the receiver or null.
- getLastChild() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the last child of the receiver or null.
- getLocal() - Method in class org.petitparser.grammar.xml.ast.XmlName
-
- getName() - Method in class org.petitparser.grammar.xml.ast.XmlAttribute
-
- getName() - Method in class org.petitparser.grammar.xml.ast.XmlElement
-
- getNextSibling() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the next sibling of the receiver or null.
- getParent() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the parent node of the receiver, or null if there is none.
- getPrefix() - Method in class org.petitparser.grammar.xml.ast.XmlName
-
- getPreviousSibling() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the previous sibling of the receiver or null.
- getQualified() - Method in class org.petitparser.grammar.xml.ast.XmlName
-
- getRoot() - Method in class org.petitparser.grammar.xml.ast.XmlNode
-
Answer the root of the subtree in which this node is found, whether that's a document or
another element.
- getRootElement() - Method in class org.petitparser.grammar.xml.ast.XmlDocument
-
- getTarget() - Method in class org.petitparser.grammar.xml.ast.XmlProcessing
-
- getValue() - Method in class org.petitparser.grammar.xml.ast.XmlAttribute
-