Class JDFAutoFoldingIntent

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

public abstract class JDFAutoFoldingIntent extends JDFIntentResource
class JDFAutoFoldingIntent : public JDFIntentResource
See Also:
  • Constructor Details

    • JDFAutoFoldingIntent

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • setFolds

      public void setFolds(JDFXYPair value)
      (36) set attribute Folds
      Parameters:
      value - the value to set the attribute to
    • getFolds

      public JDFXYPair getFolds()
      (20) get JDFXYPair attribute Folds
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setFoldingDetails

      public void setFoldingDetails(String value)
      (36) set attribute FoldingDetails
      Parameters:
      value - the value to set the attribute to
    • getFoldingDetails

      public String getFoldingDetails()
      (23) get String attribute FoldingDetails
      Returns:
      the value of the attribute
    • getFoldingCatalog

      public JDFNameSpan getFoldingCatalog()
      (24) const get element FoldingCatalog
      Returns:
      JDFNameSpan the element
    • getCreateFoldingCatalog

      public JDFNameSpan getCreateFoldingCatalog()
      (25) getCreateFoldingCatalog
      Returns:
      JDFNameSpan the element
    • appendFoldingCatalog

      public JDFNameSpan appendFoldingCatalog()
      (29) append element FoldingCatalog
      Returns:
      JDFNameSpan the element @ if the element already exists
    • getFold

      public JDFFold getFold()
      (24) const get element Fold
      Returns:
      JDFFold the element
    • getCreateFold

      public JDFFold getCreateFold()
      (25) getCreateFold
      Returns:
      JDFFold the element
    • getCreateFold

      public JDFFold getCreateFold(int iSkip)
      (26) getCreateFold
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFold the element
    • getFold

      public JDFFold getFold(int iSkip)
      (27) const get element Fold
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFold the element default is getFold(0)
    • getAllFold

      public Collection<JDFFold> getAllFold()
      Get all Fold from the current element
      Returns:
      Collection, null if none are available
    • appendFold

      public JDFFold appendFold()
      (30) append element Fold
      Returns:
      JDFFold the element
    • getOrientation

      public JDFSpanOrientation getOrientation()
      (24) const get element Orientation
      Returns:
      JDFSpanOrientation the element
    • getCreateOrientation

      public JDFSpanOrientation getCreateOrientation()
      (25) getCreateOrientation
      Returns:
      JDFSpanOrientation the element
    • appendOrientation

      public JDFSpanOrientation appendOrientation()
      (29) append element Orientation
      Returns:
      JDFSpanOrientation the element @ if the element already exists