Class JDFModuleStatus

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFModuleStatus extends JDFAutoModuleStatus
See Also:
  • Constructor Details

    • JDFModuleStatus

      public JDFModuleStatus(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName) throws DOMException
      Constructor for JDFModuleStatus
      Parameters:
      ownerDocument -
      qualifiedName -
      Throws:
      DOMException
    • JDFModuleStatus

      public JDFModuleStatus(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName) throws DOMException
      Constructor for JDFModuleStatus
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
      Throws:
      DOMException
    • JDFModuleStatus

      public JDFModuleStatus(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Constructor for JDFModuleStatus
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
      localName -
      Throws:
      DOMException
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFAutoModuleStatus
      Returns:
    • getMissingAttributes

      public VString getMissingAttributes(int nMax)
      This function first, gets all required attributes and then compare them with the attributes present and returns a Vector with the missing attributes
      Overrides:
      getMissingAttributes in class JDFElement
      Parameters:
      nMax - maximum size of the returned Vector
      Returns:
      VString vector with the missing attribute names