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.