org.sblim.cimclient.internal.cimxml.sax
public class XMLDefaultHandlerImpl extends DefaultHandler
| Constructor Summary | |
|---|---|
| XMLDefaultHandlerImpl(SAXSession pSession, boolean pAnyRoot)
Ctor.
| |
| XMLDefaultHandlerImpl(CIMObjectPath pLocalPath, boolean pAnyRoot)
Ctor.
| |
| XMLDefaultHandlerImpl(CIMObjectPath pLocalPath)
Ctor.
| |
| XMLDefaultHandlerImpl()
Ctor. | |
| Method Summary | |
|---|---|
| CIMNode | getCIMNode()
getCIMNode
|
| int | getNodePoolHits()
getNodePoolHits
|
| int | getNodePoolMisses()
getNodePoolMisses
|
| Node | getRootNode()
getRootNode
|
Parameters: pSession - stores common variables for the whole parsing session pAnyRoot - if true any CIM-XML element can be the root element of the XML stream
Parameters: pLocalPath - CIMObjectPathes without local paths will be extended by this value pAnyRoot - if true any CIM-XML element can be the root element of the XML stream
Parameters: pLocalPath - CIMObjectPathes without local paths will be extended by this value
Returns: CIMNode, the root Element of the parsed CIM-XML document
Returns: int
Returns: int
Returns: Node, the root element of the parsed CIM-XML stream