Uses of Class
javax.xml.crypto.dsig.spec.XPathType.Filter
Package | Description |
---|---|
javax.xml.crypto.dsig.spec |
Parameter classes for XML digital signatures.
|
-
Uses of XPathType.Filter in javax.xml.crypto.dsig.spec
Fields in javax.xml.crypto.dsig.spec declared as XPathType.Filter Modifier and Type Field Description static XPathType.Filter
XPathType.Filter. INTERSECT
The intersect filter operation.static XPathType.Filter
XPathType.Filter. SUBTRACT
The subtract filter operation.static XPathType.Filter
XPathType.Filter. UNION
The union filter operation.Methods in javax.xml.crypto.dsig.spec that return XPathType.Filter Modifier and Type Method Description XPathType.Filter
XPathType. getFilter()
Returns the filter operation.Constructors in javax.xml.crypto.dsig.spec with parameters of type XPathType.Filter Constructor Description XPathType(String expression, XPathType.Filter filter)
Creates anXPathType
instance with the specified XPath expression and filter.XPathType(String expression, XPathType.Filter filter, Map<String,String> namespaceMap)
Creates anXPathType
instance with the specified XPath expression, filter, and namespace map.