org.sblim.cimclient.internal.cimxml.sax.node

Class ValueNode

public class ValueNode extends AbstractScalarValueNode

ELEMENT VALUE (#PCDATA)
For non-standard CIMOMs the TYPE and PARAMTYPE attributes are supported.
Constructor Summary
ValueNode()
Ctor.
Method Summary
voidchildParsed(Node pChild)
CIMDataTypegetType()
ObjectgetValue()
voidinit(Attributes pAttribs, SAXSession pSession)
voidparseData(String pData)
voidtestChild(String pNodeNameEnum)
voidtestCompletness()

Constructor Detail

ValueNode

public ValueNode()
Ctor.

Method Detail

childParsed

public void childParsed(Node pChild)

getType

public CIMDataType getType()

Returns: usually null, because the type is unknown, but can return non-null in case of non-standard CIMOM.

See Also: getType

getValue

public Object getValue()

Returns: String

See Also: If the getType() returns non-null value, the container Node have to convert the String into the corresponding Java object.

init

public void init(Attributes pAttribs, SAXSession pSession)

parseData

public void parseData(String pData)

testChild

public void testChild(String pNodeNameEnum)

testCompletness

public void testCompletness()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.