| Package | Description | 
|---|---|
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OrderedTextValidator | 
OrderedTextValidator.containsFirst(java.lang.String expectedToken,
             WhitespaceProcessing whitespaceProcessing)  | 
OrderedTextValidator | 
TextValidator.first(java.lang.String expectedToken)
This methods checks that the actual text contains the expected token. 
 | 
OrderedTextValidator | 
TextValidator.first(java.lang.String expectedToken,
     WhitespaceProcessing whitespaceProcessing)
This methods checks that the actual text contains the expected token. 
 | 
OrderedTextValidator | 
OrderedTextValidator.then(java.lang.String expectedToken)
This method verifies, that the expected text of the current PDF document 
 contains the expected token after the position of the last searched token. 
 | 
Copyright (C) PDFUnit.com. See here for license.