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是空的
null
xPathList
NullPointerException
public List getXPathList()
XPathType对象。
此实现返回一个unmodifiable list。
List的
XPathType对象(不
null或空)
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.