Class XPathFilter2ParameterSpec

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

public final class XPathFilter2ParameterSpec extends Object implements TransformParameterSpec
Parameters for the W3C Recommendation XPath Filter 2.0 Transform Algorithm. The parameters include a list of one or more XPathType objects.
Since:
1.6
See Also:
  • Constructor Details

  • Method Details

    • getXPathList

      public List<XPathType> getXPathList()
      Returns a list of one or more XPathType objects.

      This implementation returns an unmodifiable list.

      Returns:
      a List of XPathType objects (never null or empty)