Uses of Class
org.apache.xml.security.transforms.params.XPathFilterCHGPContainer
-
Packages that use XPathFilterCHGPContainer Package Description org.apache.xml.security.transforms.params -
-
Uses of XPathFilterCHGPContainer in org.apache.xml.security.transforms.params
Methods in org.apache.xml.security.transforms.params that return XPathFilterCHGPContainer Modifier and Type Method Description static XPathFilterCHGPContainer
XPathFilterCHGPContainer. getInstance(Document doc, boolean includeSlashPolicy, String includeButSearch, String excludeButSearch, String exclude)
Creates a new XPathFilterCHGPContainer; needed for generation.static XPathFilterCHGPContainer
XPathFilterCHGPContainer. getInstance(Element element, String baseURI)
Creates a XPathFilterCHGPContainer from an existing Element; needed for verification.
-