Class XPathFilterParameterSpec

java.lang.Object
javax.xml.crypto.dsig.spec.XPathFilterParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec, TransformParameterSpec

public final class XPathFilterParameterSpec extends Object implements TransformParameterSpec
Parameters for the XPath Filtering Transform Algorithm. The parameters include the XPath expression and an optional Map of additional namespace prefix mappings. The XML Schema Definition of the XPath Filtering transform parameters is defined as:

 <element name="XPath" type="string"/>
 
Since:
1.6
See Also: