AbstractArrayValueNode |
Class AbstractArrayValueNode is the superclass of all VALUE.ARRAY style
nodes.
|
AbstractMessageNode |
Class AbstractMessageNode is the superclass of AbstractResponseNode and
AbstractRequestNode classes.
|
AbstractMethodCallNode |
ELEMENT IMETHODCALL (LOCALNAMESPACEPATH, IPARAMVALUE*)
ATTLIST IMETHODCALL
%CIMName;
ELEMENT METHODCALL ((LOCALINSTANCEPATH | LOCALCLASSPATH), PARAMVALUE*)
ATTLIST METHODCALL
%CIMName;
|
AbstractObjectNode |
Class AbstractObjectNode is the superclass of ClassNode and InstanceNode
classes.
|
AbstractObjectPathNode |
Class AbstractObjectPathNode is the superclass of ClassPathNode,
InstancePathNode LocalClassPathNode and LocalInstancePathNode classes.
|
AbstractParameterNode |
Class AbstractParameterNode is the superclass of ParameterArrayNode,
ParameterNode, ParameterRefArrayNode and ParameterReferenceNode classes.
|
AbstractParamValueNode |
Class AbstractParamValueNode is the superclass of IParamValueNode and
ParamValueNode classes.
|
AbstractPathNode |
Class AbstractPathNode is the superclass of AbstractObjectPathNode,
ClassNameNode, InstanceNameNode and ObjectPathNode classes.
|
AbstractPropertyNode |
AbstractPropertyNode is superclass of PropertyArrayNode, PropertyNode and
PropertyReferenceNode classes.
|
AbstractResponseNode |
Class AbstractResponseNode is superclass of AbstractMulitRspNode and
AbstractSimpleRspNode classes.
|
AbstractScalarValueNode |
Class AbstractScalarValueNode is superclass of KeyValueNode,
ValueNamedInstanceNode, ValueNode, ValueNullNode, ValueObjectNode,
ValueObjectWithLocalPathNode, ValueObjectWithPathNode and ValueReferenceNode
classes.
|
AbstractSimpleRspNode |
Class AbstractSimpleRspNode is the superclass of SimpleExpRspNode and
SimpleRspNode classes.
|
AbstractValueNode |
Class AbstractValueNode is the superclass of AbstractArrayValueNode and
AbstractScalarValueNode classes.
|
ArrayIf |
It is implemented by the AbstractArrayValueNode class.
|
ErrorIf |
This interface is implemented by Nodes which can provide CIMError info.
|
MessageNode |
ELEMENT MESSAGE (SIMPLEREQ | MULTIREQ | SIMPLERSP | MULTIRSP | SIMPLEEXPREQ | MULTIEXPREQ |
SIMPLEEXPRSP | MULTIEXPRSP)
ATTLIST MESSAGE
ID CDATA #REQUIRED
PROTOCOLVERSION CDATA #REQUIRED
|
Node |
Class Node is the abstract base class of all parseable XML elements.
|
NonVolatileIf |
This interface have to be implemented by those Node classes which instances
cannot be reused.
|
ObjectPathIf |
It's implemented by Nodes which can construct a CIMObjectPath.
|
QualifiedNodeHandler |
Class QualifiedNodeHandler helps parsing XML elements with QUALIFIER child
elements.
|
RetValPipeIf |
RetValPipeIf is a FIFO interface which helps PULL parsing.
|
TypedIf |
TypedIf is implemented by those classes which can provide a CIMDataType.
|
ValueIf |
ValueIf should be implemented by Nodes which are able to return JSR48 value
objects.
|