Package | Description |
---|---|
org.apache.synapse.util.streaming_xpath |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
StreamingXPATH.getStringValue(java.io.InputStream inputStream)
This will return the XPATH expression's result when you provide a Input Stream To a XML
|
java.lang.String |
StreamingXPATH.getStringValue(org.apache.axiom.om.OMElement documentElement)
This will return the XPATH expression's result when you provide a Input Stream To a XML
|
Constructor and Description |
---|
StreamingXPATH(java.lang.String xPath)
This constructor is responsible For Create a Custom XPATH Parser Object
|
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.