|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.xml.crypto.dsig.spec.XPathFilter2ParameterSpec
public final class XPathFilter2ParameterSpec
W3C Recommendation XPath Filter 2.0 Transform Algorithm 的参数。这些参数包括一个由一个或多个 XPathType
对象所组成的列表。
Transform
,
XPathFilterParameterSpec
构造方法摘要 | |
---|---|
XPathFilter2ParameterSpec(List xPathList)
创建一个 XPathFilter2ParameterSpec 。 |
方法摘要 | |
---|---|
List |
getXPathList()
返回一个列表,由一个或多个 XPathType 对象组成。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public XPathFilter2ParameterSpec(List xPathList)
XPathFilter2ParameterSpec
。
xPathList
- 一个列表,由一个或多个 XPathType
对象组成。需要复制该列表,以防止随后被修改。
ClassCastException
- 如果 xPathList
包含任何类型不是 XPathType
的项
IllegalArgumentException
- 如果 xPathList
为空
NullPointerException
- 如果 xPathList
为 null
方法详细信息 |
---|
public List getXPathList()
XPathType
对象组成。
此实现返回一个不可修改的列表
。
XPathType
对象的 List
(不能为 null
或空)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。