public final class XPathFilter2ParameterSpec extends Object implements TransformParameterSpec
XPathType对象的列表。
Transform , XPathFilterParameterSpec
| Constructor and Description |
|---|
XPathFilter2ParameterSpec(List xPathList)
创建一个
XPathFilter2ParameterSpec 。
|
public XPathFilter2ParameterSpec(List xPathList)
XPathFilter2ParameterSpec 。
xPathList - 一个或多个XPathType对象的列表。
该列表被防御复制以防止后续修改。
ClassCastException - 如果xPathList包含任何不是类型XPathType的条目
IllegalArgumentException - 如果
xPathList为空
NullPointerException - 如果
xPathList是
null
public List getXPathList()
XPathType对象的列表。
此实现返回一个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, 2014, Oracle and/or its affiliates. All rights reserved.