Class XPathFactory
java.lang.Object
org.wso2.carbon.sequences.ui.util.ns.XPathFactory
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axiom.om.xpath.AXIOMXPathcreateAXIOMXPath(String id, String source, javax.servlet.http.HttpSession httpSession) org.apache.axiom.om.xpath.AXIOMXPathcreateAXIOMXPath(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession httpSession) org.apache.synapse.util.xpath.SynapseXPathcreateSynapseXPath(String id, String source, javax.servlet.http.HttpSession httpSession) org.apache.synapse.util.xpath.SynapseXPathcreateSynapseXPath(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession httpSession) static XPathFactory
-
Method Details
-
getInstance
-
createAXIOMXPath
-
createSynapseXPath
-
createAXIOMXPath
public org.apache.axiom.om.xpath.AXIOMXPath createAXIOMXPath(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession httpSession) -
createSynapseXPath
public org.apache.synapse.util.xpath.SynapseXPath createSynapseXPath(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession httpSession)
-