Uses of Interface
org.apache.xml.security.utils.XPathAPI
Packages that use XPathAPI
Package
Description
-
Uses of XPathAPI in org.apache.xml.security.transforms.implementations
Fields in org.apache.xml.security.transforms.implementations declared as XPathAPIModifier and TypeFieldDescription(package private) XPathAPI
TransformXPath.XPathNodeFilter.xPathAPI
Constructors in org.apache.xml.security.transforms.implementations with parameters of type XPathAPIModifierConstructorDescription(package private)
XPathNodeFilter
(Element xpathElement, Node xpathnode, String str, XPathAPI xPathAPI) -
Uses of XPathAPI in org.apache.xml.security.utils
Classes in org.apache.xml.security.utils that implement XPathAPIModifier and TypeClassDescriptionclass
An implementation for XPath evaluation that uses the JDK API.class
An implementation of XPathAPI using Xalan.Methods in org.apache.xml.security.utils that return XPathAPIModifier and TypeMethodDescriptionJDKXPathFactory.newXPathAPI()
Get a new XPathAPI instanceXalanXPathFactory.newXPathAPI()
Get a new XPathAPI instanceabstract XPathAPI
XPathFactory.newXPathAPI()
Get a new XPathAPI instance