Class JDFAutoLayoutShift

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

public abstract class JDFAutoLayoutShift extends JDFResource
class JDFAutoLayoutShift : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoLayoutShift

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

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

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

    • getTheElementInfo

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

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • getShiftPoint

      public JDFShiftPoint getShiftPoint()
      (24) const get element ShiftPoint
      Returns:
      JDFShiftPoint the element
    • getCreateShiftPoint

      public JDFShiftPoint getCreateShiftPoint()
      (25) getCreateShiftPoint
      Returns:
      JDFShiftPoint the element
    • getCreateShiftPoint

      public JDFShiftPoint getCreateShiftPoint(int iSkip)
      (26) getCreateShiftPoint
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFShiftPoint the element
    • getShiftPoint

      public JDFShiftPoint getShiftPoint(int iSkip)
      (27) const get element ShiftPoint
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFShiftPoint the element default is getShiftPoint(0)
    • getAllShiftPoint

      public Collection<JDFShiftPoint> getAllShiftPoint()
      Get all ShiftPoint from the current element
      Returns:
      Collection, null if none are available
    • appendShiftPoint

      public JDFShiftPoint appendShiftPoint()
      (30) append element ShiftPoint
      Returns:
      JDFShiftPoint the element