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 | |
---|---|
void | characters(char[] ch, int start, int length) |
void | endDocument() |
void | endElement(String uri, String localName, String qName) |
CIMNode | getCIMNode()
getCIMNode
|
int | getNodePoolHits()
getNodePoolHits
|
int | getNodePoolMisses()
getNodePoolMisses
|
Node | getRootNode()
getRootNode
|
void | startElement(String uri, String localName, String qName, Attributes attributes) |
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 pathes 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 pathes 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