Package org.sblim.cimclient.internal.cimxml.sax


package org.sblim.cimclient.internal.cimxml.sax
Internal implementation of the SAX parser for cim-xml. The classes and interfaces herein are for internal use of the SBLIM Client for Java only and might therefore be modified or removed without notice.
Since:
2.0.0
  • Class
    Description
    Class CIMObjectFactory is responsible for type String and value String parsing.
    EmbObjHandler helps the parsing of embedded object elements.
    Class NodeConstIf
    Class NodeFactory is responsible for Node instance construction.
    NodePool is used by XMLDefaultHandlerImpl to store unused Node instances which can be reused later without instantiating new ones.
    Class SAXHelper stores methods to help high level CIM-XML pull and SAX parsing.
    This class is intended to store variables which are common for a whole CIM-XML SAX parsing session.
    Class XMLDefaultHandlerImpl is DefaultHandler implementation which is used for SAX and PULL style XML parsing.