|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.cimxml.sax.EmbObjHandler
public class EmbObjHandler
EmbObjHandler helps the parsing of embedded object elements.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 Objects
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |