Class JDFPreflightConstraintsPool

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

public class JDFPreflightConstraintsPool extends JDFPool
See Also:
  • Constructor Details

    • JDFPreflightConstraintsPool

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

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

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

    • getCreatePreflightConstraint

      public JDFPreflightConstraint getCreatePreflightConstraint(int iSkip)
      Get Element PreflightConstraint

      default: GetCreatePreflightConstraint(0)

      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPreflightConstraint: the element
    • appendPreflightConstraint

      public JDFPreflightConstraint appendPreflightConstraint()
      Append element PreflightConstraint
      Returns:
      JDFPreflightConstraint: the element
    • getPreflightConstraint

      public JDFPreflightConstraint getPreflightConstraint(int iSkip)
      const get element PreflightConstraint
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPreflightConstraint: the element