|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjavax.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 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。