Uses of Class
javax.xml.crypto.dsig.spec.XPathType.Filter
Packages that use XPathType.Filter
-
Uses of XPathType.Filter in javax.xml.crypto.dsig.spec
Fields in javax.xml.crypto.dsig.spec declared as XPathType.FilterModifier and TypeFieldDescriptionstatic XPathType.FilterXPathType.Filter.INTERSECTThe intersect filter operation.static XPathType.FilterXPathType.Filter.SUBTRACTThe subtract filter operation.static XPathType.FilterXPathType.Filter.UNIONThe union filter operation.Methods in javax.xml.crypto.dsig.spec that return XPathType.FilterConstructors in javax.xml.crypto.dsig.spec with parameters of type XPathType.FilterModifierConstructorDescriptionXPathType(String expression, XPathType.Filter filter)Creates anXPathTypeinstance with the specified XPath expression and filter.Creates anXPathTypeinstance with the specified XPath expression, filter, and namespace map.