Class JDFAutochoice

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:
JDFchoice

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

    • JDFAutochoice

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

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

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

    • getTheElementInfo

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

      public JDFwhen getwhen()
      (24) const get element when
      Returns:
      JDFwhen the element
    • getCreatewhen

      public JDFwhen getCreatewhen()
      (25) getCreatewhen
      Returns:
      JDFwhen the element
    • getCreatewhen

      public JDFwhen getCreatewhen(int iSkip)
      (26) getCreatewhen
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFwhen the element
    • getwhen

      public JDFwhen getwhen(int iSkip)
      (27) const get element when
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFwhen the element default is getwhen(0)
    • getAllwhen

      public Collection<JDFwhen> getAllwhen()
      Get all when from the current element
      Returns:
      Collection, null if none are available
    • appendwhen

      public JDFwhen appendwhen()
      (30) append element when
      Returns:
      JDFwhen the element
    • getotherwise

      public JDFotherwise getotherwise()
      (24) const get element otherwise
      Returns:
      JDFotherwise the element
    • getCreateotherwise

      public JDFotherwise getCreateotherwise()
      (25) getCreateotherwise
      Returns:
      JDFotherwise the element
    • appendotherwise

      public JDFotherwise appendotherwise()
      (29) append element otherwise
      Returns:
      JDFotherwise the element