AlgorithmParameterSpec
, TransformParameterSpec
public final class XPathFilter2ParameterSpec extends Object implements TransformParameterSpec
XPathType
objects.Constructor | Description |
---|---|
XPathFilter2ParameterSpec |
Creates an XPathFilter2ParameterSpec . |
Modifier and Type | Method | Description |
---|---|---|
List |
getXPathList() |
Returns a list of one or more XPathType objects. |
public XPathFilter2ParameterSpec(List<XPathType> xPathList)
XPathFilter2ParameterSpec
.xPathList
- a list of one or more XPathType
objects. The list is defensively copied to protect against subsequent modification.ClassCastException
- if xPathList
contains any entries that are not of type XPathType
IllegalArgumentException
- if xPathList
is emptyNullPointerException
- if xPathList
is null
public List<XPathType> getXPathList()
XPathType
objects. This implementation returns an unmodifiable list
.
List
of XPathType
objects (never null
or empty)
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.xml.crypto/javax/xml/crypto/dsig/spec/XPathFilter2ParameterSpec.html