public final class XPathFilter2ParameterSpec extends Objectimplements TransformParameterSpec
XPathType objects.
Transform,
XPathFilterParameterSpec
| Constructor and Description |
|---|
XPathFilter2ParameterSpec(List
Creates an
XPathFilter2ParameterSpec.
|
public XPathFilter2ParameterSpec(ListxPathList)
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 empty
NullPointerException - if
xPathList is
null
public ListgetXPathList()
XPathType objects.
This implementation returns an unmodifiable list.
List of
XPathType objects (never
null or empty)