org.sblim.cimclient.internal.wbem
public class CloseableIteratorSAX extends Object implements CloseableIterator<Object>
Constructor Summary | |
---|---|
CloseableIteratorSAX(InputStreamReader pStream, CIMObjectPath pPath)
Ctor.
| |
CloseableIteratorSAX(CIMNode pCIMNode)
Ctor.
|
Method Summary | |
---|---|
void | close() |
CIMArgument<?>[] | getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values
: String name, CIMDataType type, Object value
|
WBEMException | getWBEMException() |
boolean | hasNext() |
Object | next() |
void | remove() |
Parameters: pStream pPath
Throws: IOException SAXException ParserConfigurationException WBEMException
Parameters: pCIMNode
Throws: WBEMException
Returns: CIMArgument>[]