public class SynapseXPathFactory extends Object
Constructor and Description |
---|
SynapseXPathFactory() |
Modifier and Type | Method and Description |
---|---|
org.jaxen.BaseXPath |
createXPath(org.apache.axiom.om.OMElement element,
QName attributeName)
Creates a
SynapseXPath |
org.jaxen.BaseXPath |
createXPath(String xpath,
Collection<org.apache.axiom.om.OMNamespace> omNameSpaces) |
public org.jaxen.BaseXPath createXPath(org.apache.axiom.om.OMElement element, QName attributeName)
SynapseXPath
element
- OMElement Instance to be used to locate XPath expression and namespacesattributeName
- Attribute name to get XPath expressionSynapseXPath
instancepublic org.jaxen.BaseXPath createXPath(String xpath, Collection<org.apache.axiom.om.OMNamespace> omNameSpaces)
Copyright © 2018 WSO2. All rights reserved.