public abstract class XPathValueMapper extends Object implements ValueMapper
Modifier | Constructor and Description |
---|---|
protected |
XPathValueMapper(String xpath) |
protected |
XPathValueMapper(String xpath,
Collection<org.jdom2.Namespace> namespaces) |
protected |
XPathValueMapper(String xpath,
Map<String,String> namespaces) |
Modifier and Type | Method and Description |
---|---|
org.jdom2.xpath.XPathExpression<Object> |
getCompiled()
Return the precompiled XPath expression represented in this value mapper
|
String |
getXpath() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
map
protected XPathValueMapper(String xpath)
protected XPathValueMapper(String xpath, Collection<org.jdom2.Namespace> namespaces)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.