Class JDFAutoPDFPathEvaluation

  • 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 abstract class JDFAutoPDFPathEvaluation
    extends JDFResource
    class JDFAutoPDFPathEvaluation : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoPDFPathEvaluation

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

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

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

      • setLengthJDF

        public void setLengthJDF​(JDFIntegerRange value)
        (36) set attribute LengthJDF
        Parameters:
        value - the value to set the attribute to
      • getLengthJDF

        public JDFIntegerRange getLengthJDF()
        (20) get JDFIntegerRange attribute LengthJDF
        Returns:
        JDFIntegerRange the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRange
      • getCreateBasicPreflightTest

        public JDFBasicPreflightTest getCreateBasicPreflightTest​(int iSkip)
        (26) getCreateBasicPreflightTest
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBasicPreflightTest the element
      • getBasicPreflightTest

        public JDFBasicPreflightTest getBasicPreflightTest​(int iSkip)
        (27) const get element BasicPreflightTest
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBasicPreflightTest the element default is getBasicPreflightTest(0)
      • getAllBasicPreflightTest

        public java.util.Collection<JDFBasicPreflightTest> getAllBasicPreflightTest()
        Get all BasicPreflightTest from the current element
        Returns:
        Collection, null if none are available
      • appendBasicPreflightTest

        public JDFBasicPreflightTest appendBasicPreflightTest()
        (30) append element BasicPreflightTest
        Returns:
        JDFBasicPreflightTest the element
      • getCreateValue

        public JDFValue getCreateValue​(int iSkip)
        (26) getCreateValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValue the element
      • getValue

        public JDFValue getValue​(int iSkip)
        (27) const get element Value
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValue the element default is getValue(0)
      • getAllValue

        public java.util.Collection<JDFValue> getAllValue()
        Get all Value from the current element
        Returns:
        Collection, null if none are available
      • appendValue

        public JDFValue appendValue()
        (30) append element Value
        Returns:
        JDFValue the element