Class SynapseXPathFactory


  • public class SynapseXPathFactory
    extends Object
    Creates SynapseXPaths
    • Constructor Detail

      • SynapseXPathFactory

        public SynapseXPathFactory()
    • Method Detail

      • createXPath

        public org.jaxen.BaseXPath createXPath​(org.apache.axiom.om.OMElement element,
                                               QName attributeName)
        Creates a SynapseXPath
        Parameters:
        element - OMElement Instance to be used to locate XPath expression and namespaces
        attributeName - Attribute name to get XPath expression
        Returns:
        a SynapseXPath instance
      • createXPath

        public org.jaxen.BaseXPath createXPath​(String xpath,
                                               Collection<org.apache.axiom.om.OMNamespace> omNameSpaces)