public class XPathFilter2ParameterSpec extends java.lang.Object implements TransformParameterSpec, java.io.Serializable
| Constructor and Description |
|---|
XPathFilter2ParameterSpec(java.util.List xPathList)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getXPathList()
Returns a list of one or more XPath objects.
|
public XPathFilter2ParameterSpec(java.util.List xPathList)
throws java.lang.ClassCastException,
java.lang.IllegalArgumentException,
java.lang.NullPointerException
xPathList - a list of one or more XPathType objects. The list is defensively copied to protect against subsequent modificationjava.lang.ClassCastException - if the xPathList contains any entries that are not of type XPathTypejava.lang.IllegalArgumentException - if the xPathList is emptyjava.lang.NullPointerException - if the xPathList is null