org.sblim.cimclient.internal.cimxml.sax
public class EmbObjHandler extends Object
Method Summary | |
---|---|
void | addValueNode(AbstractValueNode pValueNode)
addValueNode
|
CIMDataType | getArrayType()
getArrayType useful e.g. for PROPERTY.ARRAY
|
CIMDataType | getRawType()
getRawType
|
CIMDataType | getType()
getType
|
Object | getValue()
getValue
|
static EmbObjHandler | init(EmbObjHandler pHandler, String pNodeName, Attributes pAttribs, SAXSession pSession, QualifiedNodeHandler pQNodeHandler, boolean pCheckEmbObjAttrib)
Generic initialization.
|
void | initInst(String pNodeName, Attributes pAttribs, SAXSession pSession, QualifiedNodeHandler pQNodeHandler, boolean pCheckEmbObjAttrib)
Generic instance initialization.
|
Parameters: pValueNode - can be ValueNode ore ValueArrayNode for Embedded Objects
Returns: CIMDataType
Throws: SAXException
Returns: the type which is retrieved from the XML attributes
Returns: Object
Throws: SAXException
Returns: Object
Throws: SAXException
Parameters: pHandler pNodeName pAttribs pSession pQNodeHandler pCheckEmbObjAttrib
Returns: EmbObjHandler
Throws: SAXException
Parameters: pNodeName pAttribs pSession pQNodeHandler pCheckEmbObjAttrib
Throws: SAXException