Uses of Package
org.sblim.cimclient.internal.cimxml.sax.node

Packages that use org.sblim.cimclient.internal.cimxml.sax.node
org.sblim.cimclient.internal.cimxml.sax Internal implementation of the SAX parser for cim-xml. 
org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml. 
org.sblim.cimclient.internal.wbem Internal implemenation of the interfaces from the javax.wbem package. 
 

Classes in org.sblim.cimclient.internal.cimxml.sax.node used by org.sblim.cimclient.internal.cimxml.sax
AbstractValueNode
          Class AbstractValueNode is the superclass of AbstractArrayValueNode and AbstractScalarValueNode classes.
CIMNode
           ELEMENT CIM (MESSAGE | DECLARATION) ATTLIST CIM CIMVERSION CDATA #REQUIRED DTDVERSION CDATA #REQUIRED
Node
          Class Node is the abstract base class of all parseable XML elements.
QualifiedNodeHandler
          Class QualifiedNodeHandler helps parsing XML elements with QUALIFIER child elements.
ValueArrayNode
          ELEMENT VALUE.ARRAY (VALUE*)
For non-standard CIMOMs the TYPE and PARAMTYPE attributes are handled.
ValueNode
          ELEMENT VALUE (#PCDATA)
For non-standard CIMOMs the TYPE and PARAMTYPE attributes are supported.
 

Classes in org.sblim.cimclient.internal.cimxml.sax.node used by org.sblim.cimclient.internal.cimxml.sax.node
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*, RESPONSEDESTINATION?) ATTLIST IMETHODCALL %CIMName; ELEMENT METHODCALL ((LOCALINSTANCEPATH | LOCALCLASSPATH), PARAMVALUE*, RESPONSEDESTINATION?) 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.
 

Classes in org.sblim.cimclient.internal.cimxml.sax.node used by org.sblim.cimclient.internal.wbem
CIMNode
           ELEMENT CIM (MESSAGE | DECLARATION) ATTLIST CIM CIMVERSION CDATA #REQUIRED DTDVERSION CDATA #REQUIRED
 



Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.