Class SAXSession
- java.lang.Object
-
- org.sblim.cimclient.internal.cimxml.sax.SAXSession
-
public class SAXSession extends java.lang.Object
This class is intended to store variables which are common for a whole CIM-XML SAX parsing session.
-
-
Constructor Summary
Constructors Constructor Description SAXSession(CIMObjectPath pDefLocalPath)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CIMObjectPath
getDefLocalPath()
getDefLocalPathboolean
strictEmbObjParsing()
strictEmbObjParsing
-
-
-
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
-
-