public final class XPathFilter2ParameterSpec extends Object implements TransformParameterSpec
XPathType objects.Transform,
XPathFilterParameterSpec| Constructor and Description |
|---|
XPathFilter2ParameterSpec(List xPathList)
Creates an
XPathFilter2ParameterSpec. |
| Modifier and Type | Method and Description |
|---|---|
List |
getXPathList()
Returns a list of one or more
XPathType objects. |
public XPathFilter2ParameterSpec(List xPathList)
XPathFilter2ParameterSpec.ClassCastException - if xPathList contains any
entries that are not of type XPathTypeIllegalArgumentException - if xPathList is emptyNullPointerException - if xPathList is
nullxPathList - a list of one or more XPathType objects. The
list is defensively copied to protect against subsequent modification.public List getXPathList()
XPathType objects.
This implementation returns an unmodifiable list.
List of XPathType objects
(never null or empty)aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2017 aicas GmbH. All Rights Reserved.