- getAttribute(Element, String) - Static method in class org.ops4j.util.xml.ElementHelper
-
Return the value of an element attribute.
- getAttribute(Element, String, String) - Static method in class org.ops4j.util.xml.ElementHelper
-
Return the value of an element attribute.
- getChild(Element, String) - Static method in class org.ops4j.util.xml.ElementHelper
-
Return a named child relative to a supplied element.
- getChildElements(Element) - Static method in class org.ops4j.util.xml.XmlUtils
-
- getChildren(Element, String) - Static method in class org.ops4j.util.xml.ElementHelper
-
Return all children matching the supplied element name.
- getChildren(Element) - Static method in class org.ops4j.util.xml.ElementHelper
-
Return all children of the supplied parent.
- getElement(Document, String) - Static method in class org.ops4j.util.xml.XmlUtils
-
- getElement(Element, String) - Static method in class org.ops4j.util.xml.XmlUtils
-
- getElements(Document, String) - Static method in class org.ops4j.util.xml.XmlUtils
-
- getElements(Element, String) - Static method in class org.ops4j.util.xml.XmlUtils
-
- getRootElement(InputStream) - Static method in class org.ops4j.util.xml.ElementHelper
-
Return the root element of the supplied input stream.
- getTextContent(Node) - Static method in class org.ops4j.util.xml.XmlUtils
-
- getTextContentOfElement(Document, String) - Static method in class org.ops4j.util.xml.XmlUtils
-
- getTextContentOfElement(Element, String) - Static method in class org.ops4j.util.xml.XmlUtils
-
- getValue(Element) - Static method in class org.ops4j.util.xml.ElementHelper
-
Return the value of an element.