Class ParameterArrayNode

All Implemented Interfaces:
TypedIf, NodeConstIf

public class ParameterArrayNode extends AbstractParameterNode
ELEMENT PARAMETER.ARRAY (QUALIFIER*)
ATTLIST PARAMETER.ARRAY
  %CIMName;
  %CIMType;              #REQUIRED
  %ArraySize;
  • Constructor Details

    • ParameterArrayNode

      public ParameterArrayNode()
      Ctor.
  • Method Details

    • specificInit

      protected void specificInit(Attributes pAttribs) throws SAXException
      Specified by:
      specificInit in class AbstractParameterNode
      Throws:
      SAXException
    • testCompletness

      public void testCompletness() throws SAXException
      Description copied from class: Node
      It have to be called by SAX's DefaultHandler.endElement(). It's task is to check that the Element is built up correctly. The implementer function can do some post processing here. testCompletness
      Specified by:
      testCompletness in class Node
      Throws:
      SAXException - It must be thrown when the Node is not valid.
    • getType

      public CIMDataType getType()
      Description copied from interface: TypedIf
      getType
      Returns:
      null if the type is unknown