Uses of Class
org.sblim.cimclient.internal.cimxml.sax.node.AbstractParamValueNode
-
Packages that use AbstractParamValueNode Package Description org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml. -
-
Uses of AbstractParamValueNode in org.sblim.cimclient.internal.cimxml.sax.node
Subclasses of AbstractParamValueNode in org.sblim.cimclient.internal.cimxml.sax.node Modifier and Type Class Description class
IParamValueNode
FIXME: Why hasn't it got TYPE attribute? For VALUE and VALUE.ARRAY it would be necessary.class
ParamValueNode
ELEMENT PARAMVALUE (VALUE | VALUE.REFERENCE | VALUE.ARRAY | VALUE.REFARRAY | CLASSNAME | INSTANCENAME | CLASS | INSTANCE | VALUE.NAMEDINSTANCE)? ATTLIST PARAMVALUE %CIMName; %ParamType; #IMPLIED %EmbeddedObject; #IMPLIED - new
-