Class XMLDefaultHandlerImpl

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.sblim.cimclient.internal.cimxml.sax.XMLDefaultHandlerImpl
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class XMLDefaultHandlerImpl extends DefaultHandler
Class XMLDefaultHandlerImpl is DefaultHandler implementation which is used for SAX and PULL style XML parsing.
  • Constructor Details

    • XMLDefaultHandlerImpl

      public XMLDefaultHandlerImpl(SAXSession pSession, boolean pAnyRoot)
      Ctor.
      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
    • XMLDefaultHandlerImpl

      public XMLDefaultHandlerImpl(CIMObjectPath pLocalPath, boolean pAnyRoot)
      Ctor.
      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
    • XMLDefaultHandlerImpl

      public XMLDefaultHandlerImpl(CIMObjectPath pLocalPath)
      Ctor.
      Parameters:
      pLocalPath - - CIMObjectPathes without local paths will be extended by this value
    • XMLDefaultHandlerImpl

      public XMLDefaultHandlerImpl()
      Ctor.
  • Method Details