public static class XMLUtils.SimpleXPath
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
XMLUtils.SimpleXPath.Filter |
Constructor and Description |
---|
SimpleXPath() |
Modifier and Type | Method and Description |
---|---|
static XMLUtils.SimpleXPath |
build(java.lang.String path) |
static XMLUtils.SimpleXPath |
build(java.lang.String path,
XMLUtils.SimpleXPath.Filter filter) |
static java.lang.String |
getNodeText(org.jdom.Element base,
java.lang.String xPath) |
static java.lang.String |
getNodeText(org.jdom.Element base,
java.lang.String xPath,
java.lang.String defValue) |
java.util.Collection<org.jdom.Element> |
selectNodes(org.jdom.Element base) |
static java.util.Collection<org.jdom.Element> |
selectNodes(org.jdom.Element base,
java.lang.String xPath) |
static java.util.Collection<org.jdom.Element> |
selectNodes(org.jdom.Element base,
java.lang.String xPath,
XMLUtils.SimpleXPath.Filter filter) |
org.jdom.Element |
selectSingleNode(org.jdom.Element base) |
static org.jdom.Element |
selectSingleNode(org.jdom.Element base,
java.lang.String xPath) |
static org.jdom.Element |
selectSingleNode(org.jdom.Element base,
java.lang.String xPath,
XMLUtils.SimpleXPath.Filter filter) |
public static XMLUtils.SimpleXPath build(java.lang.String path)
public static XMLUtils.SimpleXPath build(java.lang.String path, XMLUtils.SimpleXPath.Filter filter)
public static java.lang.String getNodeText(org.jdom.Element base, java.lang.String xPath)
public static java.lang.String getNodeText(org.jdom.Element base, java.lang.String xPath, java.lang.String defValue)
public org.jdom.Element selectSingleNode(org.jdom.Element base)
public java.util.Collection<org.jdom.Element> selectNodes(org.jdom.Element base)
public static java.util.Collection<org.jdom.Element> selectNodes(org.jdom.Element base, java.lang.String xPath)
public static java.util.Collection<org.jdom.Element> selectNodes(org.jdom.Element base, java.lang.String xPath, XMLUtils.SimpleXPath.Filter filter)
public static org.jdom.Element selectSingleNode(org.jdom.Element base, java.lang.String xPath)
public static org.jdom.Element selectSingleNode(org.jdom.Element base, java.lang.String xPath, XMLUtils.SimpleXPath.Filter filter)