AlgorithmParameterSpec, TransformParameterSpecpublic final class XPathFilter2ParameterSpec extends Object implements TransformParameterSpec
XPathType objects.Transform,
XPathFilterParameterSpec| Constructor | Description |
|---|---|
XPathFilter2ParameterSpec(List<XPathType> xPathList) |
Creates an
XPathFilter2ParameterSpec. |
| Modifier and Type | Method | Description |
|---|---|---|
List<XPathType> |
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 XPathTypeIllegalArgumentException - if xPathList is emptyNullPointerException - if xPathList is
nullpublic List<XPathType> getXPathList()
XPathType objects.
This implementation returns an unmodifiable list.
List of XPathType objects
(never null or empty) Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1