Class JDFPreflightConstraintsPool

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class JDFPreflightConstraintsPool
    extends JDFPool
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFPreflightConstraintsPool

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

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

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

      • 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