Class JDFPDFPathEvaluation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, JDFBaseDataTypes, 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 JDFPDFPathEvaluation
    extends JDFEvaluation
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFPDFPathEvaluation

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

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

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

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class JDFEvaluation
        Returns:
        String
        See Also:
        Object.toString()
      • getValue

        public JDFValue getValue​(int iSkip)
      • appendValue

        public JDFValue appendValue()
      • setValueValue

        public void setValueValue​(int iSkip,
                                  java.lang.String value)
        Set the value of the iSkip'th element Value
        Parameters:
        iSkip - the number of Value elements to skip
        value - value to set the element to
      • getValueValue

        public final java.lang.String getValueValue​(int iSkip)
        Get the value of the iSkip'th subelement Value
        Parameters:
        iSkip - the number of Value elements to skip
        Returns:
        String: the value
      • fitsValue

        public final boolean fitsValue​(java.lang.String value)
        fitsValue - checks whether value matches the testlists specified for this Evaluation
        Specified by:
        fitsValue in class JDFEvaluation
        Parameters:
        value - value to test
        Returns:
        boolean - true, if value matches the testlists or if testlists are not specified