public class EmbObjHandler
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addValueNode(AbstractValueNode pValueNode)
addValueNode
|
CIMDataType |
getArrayType()
getArrayType useful e.g.
|
CIMDataType |
getRawType()
getRawType
|
CIMDataType |
getType()
getType
|
java.lang.Object |
getValue()
getValue
|
static EmbObjHandler |
init(EmbObjHandler pHandler,
java.lang.String pNodeName,
org.xml.sax.Attributes pAttribs,
SAXSession pSession,
QualifiedNodeHandler pQNodeHandler,
boolean pCheckEmbObjAttrib)
Generic initialization.
|
void |
initInst(java.lang.String pNodeName,
org.xml.sax.Attributes pAttribs,
SAXSession pSession,
QualifiedNodeHandler pQNodeHandler,
boolean pCheckEmbObjAttrib)
Generic instance initialization.
|
public static EmbObjHandler init(EmbObjHandler pHandler, java.lang.String pNodeName, org.xml.sax.Attributes pAttribs, SAXSession pSession, QualifiedNodeHandler pQNodeHandler, boolean pCheckEmbObjAttrib) throws org.xml.sax.SAXException
pHandler
- pNodeName
- pAttribs
- pSession
- pQNodeHandler
- pCheckEmbObjAttrib
- org.xml.sax.SAXException
public void initInst(java.lang.String pNodeName, org.xml.sax.Attributes pAttribs, SAXSession pSession, QualifiedNodeHandler pQNodeHandler, boolean pCheckEmbObjAttrib) throws org.xml.sax.SAXException
pNodeName
- pAttribs
- pSession
- pQNodeHandler
- pCheckEmbObjAttrib
- org.xml.sax.SAXException
public java.lang.Object getValue() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public CIMDataType getType() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public CIMDataType getRawType()
public CIMDataType getArrayType() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void addValueNode(AbstractValueNode pValueNode)
pValueNode
- - can be ValueNode ore ValueArrayNode for Embedded ObjectsCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.