Class ParameterArrayNode

  • All Implemented Interfaces:
    TypedIf, NodeConstIf

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

      • ParameterArrayNode

        public ParameterArrayNode()
        Ctor.
    • Method Detail

      • specificInit

        protected void specificInit​(org.xml.sax.Attributes pAttribs)
                             throws org.xml.sax.SAXException
        Specified by:
        specificInit in class AbstractParameterNode
        Throws:
        org.xml.sax.SAXException
      • testCompletness

        public void testCompletness()
                             throws org.xml.sax.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:
        org.xml.sax.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