JavaTM 2 Platform
Standard Ed. 6

javax.xml.crypto
介面 NodeSetData

所有父級介面:
Data

public interface NodeSetData
extends Data

包含節點集的 Data 型別的抽象表示。節點集中節點的型別(類別)和順序不是由此類別定義的;而行為應由 NodeSetData 子類別定義。

從以下版本開始:
1.6

方法摘要
 Iterator iterator()
          返回可按照文檔順序在此 NodeSetData 中包含的節點上進行迭代的只讀迭代器。
 

方法詳細資訊

iterator

Iterator iterator()
返回可按照文檔順序在此 NodeSetData 中包含的節點上進行迭代的只讀迭代器。試圖通過 remove 方法修改返回的迭代器將導致拋出 UnsupportedOperationException

返回:
按文檔順序在此 NodeSetData 中的節點上進行迭代的 Iterator

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only