Methods in org.deegree.commons.xml with parameters of type XPath |
Object |
XMLAdapter.evaluateXPath(XPath xpath,
Object context)
|
org.apache.axiom.om.OMElement |
XMLAdapter.getElement(org.apache.axiom.om.OMElement context,
XPath xpath)
|
List<org.apache.axiom.om.OMElement> |
XMLAdapter.getElements(org.apache.axiom.om.OMElement context,
XPath xpath)
|
Object |
XMLAdapter.getNode(org.apache.axiom.om.OMElement context,
XPath xpath)
|
boolean |
XMLAdapter.getNodeAsBoolean(org.apache.axiom.om.OMElement context,
XPath xpath,
boolean defaultValue)
|
double |
XMLAdapter.getNodeAsDouble(org.apache.axiom.om.OMElement context,
XPath xpath,
double defaultValue)
|
float |
XMLAdapter.getNodeAsFloat(org.apache.axiom.om.OMElement context,
XPath xpath,
float defaultValue)
|
int |
XMLAdapter.getNodeAsInt(org.apache.axiom.om.OMElement context,
XPath xpath,
int defaultValue)
|
QName |
XMLAdapter.getNodeAsQName(org.apache.axiom.om.OMElement context,
XPath xpath,
QName defaultValue)
|
String |
XMLAdapter.getNodeAsString(org.apache.axiom.om.OMElement context,
XPath xpath,
String defaultValue)
|
URL |
XMLAdapter.getNodeAsURL(org.apache.axiom.om.OMElement context,
XPath xpath,
URL defaultValue)
|
Version |
XMLAdapter.getNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath,
Version defaultValue)
|
List |
XMLAdapter.getNodes(org.apache.axiom.om.OMElement context,
XPath xpath)
|
QName[] |
XMLAdapter.getNodesAsQNames(org.apache.axiom.om.OMElement contextNode,
XPath xpath)
|
String[] |
XMLAdapter.getNodesAsStrings(org.apache.axiom.om.OMElement contextNode,
XPath xpath)
|
org.apache.axiom.om.OMElement |
XMLAdapter.getRequiredElement(org.apache.axiom.om.OMElement context,
XPath xpath)
|
List<org.apache.axiom.om.OMElement> |
XMLAdapter.getRequiredElements(org.apache.axiom.om.OMElement context,
XPath xpath)
|
Object |
XMLAdapter.getRequiredNode(org.apache.axiom.om.OMElement context,
XPath xpath)
|
boolean |
XMLAdapter.getRequiredNodeAsBoolean(org.apache.axiom.om.OMElement context,
XPath xpath)
|
double |
XMLAdapter.getRequiredNodeAsDouble(org.apache.axiom.om.OMElement context,
XPath xpath)
|
float |
XMLAdapter.getRequiredNodeAsFloat(org.apache.axiom.om.OMElement context,
XPath xpath)
|
int |
XMLAdapter.getRequiredNodeAsInteger(org.apache.axiom.om.OMElement context,
XPath xpath)
|
QName |
XMLAdapter.getRequiredNodeAsQName(org.apache.axiom.om.OMElement context,
XPath xpath)
|
String |
XMLAdapter.getRequiredNodeAsString(org.apache.axiom.om.OMElement context,
XPath xpath)
|
URL |
XMLAdapter.getRequiredNodeAsURL(org.apache.axiom.om.OMElement context,
XPath xpath)
|
Version |
XMLAdapter.getRequiredNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath)
|
List |
XMLAdapter.getRequiredNodes(org.apache.axiom.om.OMElement context,
XPath xpath)
|