Class JDFPDFPathEvaluation

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, JDFBaseDataTypes, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFPDFPathEvaluation extends JDFEvaluation
See Also:
  • Constructor Details

    • JDFPDFPathEvaluation

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFEvaluation
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFEvaluation
      Returns:
      the elementinfo
    • toString

      public String toString()
      toString
      Overrides:
      toString in class JDFEvaluation
      Returns:
      String
      See Also:
    • setLength

      public void setLength(JDFIntegerRange value)
    • getLengthRange

      public JDFIntegerRange getLengthRange()
    • getValue

      public JDFValue getValue(int iSkip)
    • appendValue

      public JDFValue appendValue()
    • setValueValue

      public void setValueValue(int iSkip, 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 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(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