| Modifier and Type | Method and Description |
|---|---|
static XPathRoot |
forNode(Node node) |
static XPathRoot |
forResource(String xmlPath) |
static XPathRoot |
forSource(InputSource xmlSource) |
static XPathRoot |
forString(String xmlString) |
Node |
node(String xPath) |
Node |
node(String xPath,
Object context) |
List<Node> |
nodes(String xPath) |
List<Node> |
nodes(String xPath,
Object context) |
XPathRoot |
rootFrom(Node rootNode) |
XPathRoot |
rootFrom(String xPath) |
String |
value(String xPath) |
String |
value(String xPath,
Object context) |
XPathRoot |
withNamespaceContext(NamespaceContext namespaceContext) |
public static XPathRoot forSource(InputSource xmlSource)
public XPathRoot withNamespaceContext(NamespaceContext namespaceContext)
Copyright © 2015 greenbird Integration Technology. All Rights Reserved.