Class JDFAutoActionPool

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoActionPool
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFActionPool

public abstract class JDFAutoActionPool extends JDFElement
class JDFAutoActionPool : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoActionPool

      protected JDFAutoActionPool(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoActionPool
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoActionPool

      protected JDFAutoActionPool(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoActionPool
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoActionPool

      protected JDFAutoActionPool(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoActionPool
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • getAction

      public JDFAction getAction()
      (24) const get element Action
      Returns:
      JDFAction the element
    • getCreateAction

      public JDFAction getCreateAction()
      (25) getCreateAction
      Returns:
      JDFAction the element
    • getCreateAction

      public JDFAction getCreateAction(int iSkip)
      (26) getCreateAction
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFAction the element
    • getAction

      public JDFAction getAction(int iSkip)
      (27) const get element Action
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFAction the element default is getAction(0)
    • getAllAction

      public Collection<JDFAction> getAllAction()
      Get all Action from the current element
      Returns:
      Collection, null if none are available
    • appendAction

      public JDFAction appendAction()
      (30) append element Action
      Returns:
      JDFAction the element