Class JDFAutomacro

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
Direct Known Subclasses:
JDFmacro

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

    • JDFAutomacro

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

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

      public void setID(String value)
      (36) set attribute ID
      Overrides:
      setID in class KElement
      Parameters:
      value - the value to set the attribute to
    • getID

      public String getID()
      (23) get String attribute ID
      Overrides:
      getID in class KElement
      Returns:
      the value of the attribute
    • getchoice

      public JDFchoice getchoice()
      (24) const get element choice
      Returns:
      JDFchoice the element
    • getCreatechoice

      public JDFchoice getCreatechoice()
      (25) getCreatechoice
      Returns:
      JDFchoice the element
    • getCreatechoice

      public JDFchoice getCreatechoice(int iSkip)
      (26) getCreatechoice
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFchoice the element
    • getchoice

      public JDFchoice getchoice(int iSkip)
      (27) const get element choice
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFchoice the element default is getchoice(0)
    • getAllchoice

      public Collection<JDFchoice> getAllchoice()
      Get all choice from the current element
      Returns:
      Collection, null if none are available
    • appendchoice

      public JDFchoice appendchoice()
      (30) append element choice
      Returns:
      JDFchoice the element
    • getset

      public JDFset getset()
      (24) const get element set
      Returns:
      JDFset the element
    • getCreateset

      public JDFset getCreateset()
      (25) getCreateset
      Returns:
      JDFset the element
    • getCreateset

      public JDFset getCreateset(int iSkip)
      (26) getCreateset
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFset the element
    • getset

      public JDFset getset(int iSkip)
      (27) const get element set
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFset the element default is getset(0)
    • getAllset

      public Collection<JDFset> getAllset()
      Get all set from the current element
      Returns:
      Collection, null if none are available
    • appendset

      public JDFset appendset()
      (30) append element set
      Returns:
      JDFset the element
    • getcall

      public JDFcall getcall()
      (24) const get element call
      Returns:
      JDFcall the element
    • getCreatecall

      public JDFcall getCreatecall()
      (25) getCreatecall
      Returns:
      JDFcall the element
    • getCreatecall

      public JDFcall getCreatecall(int iSkip)
      (26) getCreatecall
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFcall the element
    • getcall

      public JDFcall getcall(int iSkip)
      (27) const get element call
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFcall the element default is getcall(0)
    • getAllcall

      public Collection<JDFcall> getAllcall()
      Get all call from the current element
      Returns:
      Collection, null if none are available
    • appendcall

      public JDFcall appendcall()
      (30) append element call
      Returns:
      JDFcall the element