Class DocRegExCriterion

    • Constructor Detail

      • DocRegExCriterion

        public DocRegExCriterion​(Document pDocument,
                                 String pRegEx)
        Parameters:
        pDocument - Document against which regular expression is tested.
        pRegEx - Regular expression to be matched.
      • DocRegExCriterion

        public DocRegExCriterion​(Document pDocument,
                                 Pattern pPattern)
        Parameters:
        pDocument - Document against which regular expression is tested.
        pPattern - Pattern to be matched.