public class XMLBeansStringXPathExpression extends XMLBeansXPathExpression
Expression which evaluates an XPath expression using XMLBeans and
returns the String value.| Constructor and Description |
|---|
XMLBeansStringXPathExpression(java.lang.String xpath) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
asString(org.apache.xmlbeans.XmlObject xmlObject) |
protected java.lang.Object |
evaluateXPath(org.apache.xmlbeans.XmlObject object,
java.lang.String xpath,
org.apache.xmlbeans.XmlOptions options) |
evaluatepublic XMLBeansStringXPathExpression(java.lang.String xpath)
protected java.lang.Object evaluateXPath(org.apache.xmlbeans.XmlObject object,
java.lang.String xpath,
org.apache.xmlbeans.XmlOptions options)
evaluateXPath in class XMLBeansXPathExpressionprotected java.lang.String asString(org.apache.xmlbeans.XmlObject xmlObject)
Copyright © 2005-2014 FuseSource. All Rights Reserved.