org.sblim.cimclient.internal.cimxml.sax
Class SAXSession

java.lang.Object
  extended by org.sblim.cimclient.internal.cimxml.sax.SAXSession

public class SAXSession
extends Object

This class is intended to store variables which are common for a whole CIM-XML SAX parsing session.


Constructor Summary
SAXSession(CIMObjectPath pDefLocalPath)
          Ctor.
 
Method Summary
 CIMObjectPath getDefLocalPath()
          getDefLocalPath
 boolean strictEmbObjParsing()
          strictEmbObjParsing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXSession

public SAXSession(CIMObjectPath pDefLocalPath)
Ctor.

Parameters:
pDefLocalPath -
Method Detail

getDefLocalPath

public CIMObjectPath getDefLocalPath()
getDefLocalPath

Returns:
CIMObjectPath

strictEmbObjParsing

public boolean strictEmbObjParsing()
strictEmbObjParsing

Returns:
boolean


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.