|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.cimxml.sax.node.Node
org.sblim.cimclient.internal.cimxml.sax.node.AbstractParameterNode
org.sblim.cimclient.internal.cimxml.sax.node.ParameterNode
public class ParameterNode
ELEMENT PARAMETER (QUALIFIER*) ATTLIST PARAMETER %CIMName; %CIMType;
Field Summary |
---|
Fields inherited from class org.sblim.cimclient.internal.cimxml.sax.node.AbstractParameterNode |
---|
iQualiHandler, iSession |
Constructor Summary | |
---|---|
ParameterNode()
Ctor. |
Method Summary | |
---|---|
CIMDataType |
getType()
getType |
protected void |
specificInit(Attributes pAttribs)
|
void |
testCompletness()
It have to be called by SAX's DefaultHandler.endElement(). |
Methods inherited from class org.sblim.cimclient.internal.cimxml.sax.node.AbstractParameterNode |
---|
childParsed, getCIMParameter, init, parseData, testChild |
Methods inherited from class org.sblim.cimclient.internal.cimxml.sax.node.Node |
---|
clearCompleted, duplicatedNode, getArraySize, getBoolAttribute, getCIMName, getCIMType, getCIMType, getClassName, getClassOrigin, getNodeName, getParamType, getPropagated, getQualifierFlavor, getReferenceClass, hasTrueAttribute, illegalChildNodePair, isCompleted, setCompleted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterNode()
Method Detail |
---|
protected void specificInit(Attributes pAttribs) throws SAXException
specificInit
in class AbstractParameterNode
SAXException
public void testCompletness() throws SAXException
Node
testCompletness
in class Node
SAXException
- It must be thrown when the Node is not valid.public CIMDataType getType()
TypedIf
null
if the type is unknown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |