All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static List<Element> |
elements(IntegratedDataViewer idv,
IdvResourceManager.IdvResource collectionId,
String xPath) |
static XPathUtils.ElementListIterator |
elements(Node root) |
static XPathUtils.ElementListIterator |
elements(Node root,
String xPath) |
static XPathUtils.ElementListIterator |
elements(String xmlFile,
String xPath) |
static List<Element> |
elements(XmlResourceCollection collection,
String xPath) |
static NodeList |
eval(Node root,
String xPath) |
static NodeList |
eval(String xmlFile,
String xPath) |
static List<Node> |
eval(XmlResourceCollection collection,
String xPath) |
static XPathExpression |
expr(String xPath) |
static Document |
loadXml(File xmlFile) |
static Document |
loadXml(InputStream in) |
static Document |
loadXml(String xmlFile) |
static List<Node> |
nodes(IntegratedDataViewer idv,
IdvResourceManager.IdvResource collectionId,
String xPath) |
static XPathUtils.NodeListIterator |
nodes(Node root) |
static XPathUtils.NodeListIterator |
nodes(Node root,
String xPath) |
static XPathUtils.NodeListIterator |
nodes(String xmlFile,
String xPath) |
static List<Node> |
nodes(XmlResourceCollection collection,
String xPath) |