org.sblim.cimclient.internal.wbem
public class CloseableIteratorDOM extends Object implements CloseableIterator<Object>
| Constructor Summary | |
|---|---|
| CloseableIteratorDOM(InputStreamReader pStream, CIMObjectPath pPath)
Ctor.
| |
| CloseableIteratorDOM(InputSource pIs, CIMObjectPath pLocalPath)
Ctor.
| |
| Method Summary | |
|---|---|
| void | close() |
| List<Object> | getParamValues()
getParamValues : returns the list of CIMArgument parsed parameters and
their values : String name, CIMDataType type, Object value
|
| WBEMException | getWBEMException() |
| boolean | hasNext() |
| Object | next() |
| void | remove() |
Parameters: pStream pPath
Throws: WBEMException IOException
Parameters: pIs pLocalPath
Throws: WBEMException
Returns: List of CIMArgument