Uses of Package
org.sblim.cimclient.internal.cimxml.sax.node
Packages that use org.sblim.cimclient.internal.cimxml.sax.node
Package
Description
Internal implementation of the SAX parser for cim-xml.
Internal implementation of the SAX parser for cim-xml.
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.saxClassDescriptionClass AbstractValueNode is the superclass of AbstractArrayValueNode and AbstractScalarValueNode classes.ELEMENT CIM (MESSAGE | DECLARATION) ATTLIST CIM CIMVERSION CDATA #REQUIRED DTDVERSION CDATA #REQUIREDClass Node is the abstract base class of all parseable XML elements.Class QualifiedNodeHandler helps parsing XML elements with QUALIFIER child elements.ELEMENT VALUE.ARRAY (VALUE|VALUE.NULL)*
For non-standard CIMOMs the TYPE and PARAMTYPE attributes are handled.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.nodeClassDescriptionClass AbstractArrayValueNode is the superclass of all VALUE.ARRAY style nodes.Class AbstractMessageNode is the superclass of AbstractResponseNode and AbstractRequestNode classes.ELEMENT IMETHODCALL (LOCALNAMESPACEPATH, IPARAMVALUE*) ATTLIST IMETHODCALL %CIMName; ELEMENT METHODCALL ((LOCALINSTANCEPATH | LOCALCLASSPATH), PARAMVALUE*) ATTLIST METHODCALL %CIMName;Class AbstractObjectNode is the superclass of ClassNode and InstanceNode classes.Class AbstractObjectPathNode is the superclass of ClassPathNode, InstancePathNode LocalClassPathNode and LocalInstancePathNode classes.Class AbstractParameterNode is the superclass of ParameterArrayNode, ParameterNode, ParameterRefArrayNode and ParameterReferenceNode classes.Class AbstractParamValueNode is the superclass of IParamValueNode and ParamValueNode classes.Class AbstractPathNode is the superclass of AbstractObjectPathNode, ClassNameNode, InstanceNameNode and ObjectPathNode classes.AbstractPropertyNode is superclass of PropertyArrayNode, PropertyNode and PropertyReferenceNode classes.Class AbstractResponseNode is superclass of AbstractMulitRspNode and AbstractSimpleRspNode classes.Class AbstractScalarValueNode is superclass of KeyValueNode, ValueNamedInstanceNode, ValueNode, ValueNullNode, ValueObjectNode, ValueObjectWithLocalPathNode, ValueObjectWithPathNode and ValueReferenceNode classes.Class AbstractSimpleRspNode is the superclass of SimpleExpRspNode and SimpleRspNode classes.Class AbstractValueNode is the superclass of AbstractArrayValueNode and AbstractScalarValueNode classes.It is implemented by the AbstractArrayValueNode class.This interface is implemented by Nodes which can provide CIMError info.ELEMENT MESSAGE (SIMPLEREQ | MULTIREQ | SIMPLERSP | MULTIRSP | SIMPLEEXPREQ | MULTIEXPREQ | SIMPLEEXPRSP | MULTIEXPRSP) ATTLIST MESSAGE ID CDATA #REQUIRED PROTOCOLVERSION CDATA #REQUIREDClass Node is the abstract base class of all parseable XML elements.This interface have to be implemented by those Node classes which instances cannot be reused.It's implemented by Nodes which can construct a CIMObjectPath.Class QualifiedNodeHandler helps parsing XML elements with QUALIFIER child elements.RetValPipeIf is a FIFO interface which helps PULL parsing.TypedIf is implemented by those classes which can provide a CIMDataType.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.wbemClassDescriptionELEMENT CIM (MESSAGE | DECLARATION) ATTLIST CIM CIMVERSION CDATA #REQUIRED DTDVERSION CDATA #REQUIRED