Uses of Interface
org.apache.xml.security.utils.XPathAPI
-
Packages that use XPathAPI Package Description org.apache.xml.security.transforms.implementations org.apache.xml.security.utils -
-
Uses of XPathAPI in org.apache.xml.security.transforms.implementations
Fields in org.apache.xml.security.transforms.implementations declared as XPathAPI Modifier and Type Field Description (package private) XPathAPI
TransformXPath.XPathNodeFilter. xPathAPI
Constructors in org.apache.xml.security.transforms.implementations with parameters of type XPathAPI Constructor Description XPathNodeFilter(org.w3c.dom.Element xpathElement, org.w3c.dom.Node xpathnode, java.lang.String str, XPathAPI xPathAPI)
-
Uses of XPathAPI in org.apache.xml.security.utils
Classes in org.apache.xml.security.utils that implement XPathAPI Modifier and Type Class Description class
JDKXPathAPI
An implementation for XPath evaluation that uses the JDK API.class
XalanXPathAPI
An implementation of XPathAPI using Xalan.Methods in org.apache.xml.security.utils that return XPathAPI Modifier and Type Method Description XPathAPI
JDKXPathFactory. newXPathAPI()
Get a new XPathAPI instanceXPathAPI
XalanXPathFactory. newXPathAPI()
Get a new XPathAPI instanceabstract XPathAPI
XPathFactory. newXPathAPI()
Get a new XPathAPI instance
-