Uses of Interface
org.sblim.cimclient.internal.cimxml.sax.node.ArrayIf
-
Packages that use ArrayIf Package Description org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml. -
-
Uses of ArrayIf in org.sblim.cimclient.internal.cimxml.sax.node
Classes in org.sblim.cimclient.internal.cimxml.sax.node that implement ArrayIf Modifier and Type Class Description class
AbstractArrayValueNode
Class AbstractArrayValueNode is the superclass of all VALUE.ARRAY style nodes.class
ValueArrayNode
ELEMENT VALUE.ARRAY (VALUE|VALUE.NULL)*
For non-standard CIMOMs the TYPE and PARAMTYPE attributes are handled.class
ValueRefArrayNode
ELEMENT VALUE.REFARRAY (VALUE.REFERENCE|VALUE.NULL)*
-