org.sblim.cimclient.internal.wbem
public class CloseableIteratorDOM extends Object implements CloseableIterator
| Constructor Summary | |
|---|---|
| CloseableIteratorDOM(InputStreamReader pStream, CIMObjectPath pPath)
Ctor.
| |
| CloseableIteratorDOM(InputSource pIs, CIMObjectPath pLocalPath)
Ctor.
| |
| Method Summary | |
|---|---|
| void | close() |
| WBEMException | getWBEMException() |
| boolean | hasNext() |
| Object | next() |
| void | remove() |
Parameters: pStream pPath
Throws: WBEMException IOException
Parameters: pIs pLocalPath
Throws: WBEMException