Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
NamedActionValidator |
NamedActionValidator.containing(java.io.InputStream input)
Reading the content from the input stream and looking for an action,
containing that content.
|
NamedActionValidator |
NamedActionValidator.containing(java.io.InputStream input,
WhitespaceProcessing whitespaceProcessing)
Reading the content from the input stream and looking for an action
containing that content, respecting the intended whitespace processing.
|
NamedActionValidator |
NamedActionValidator.containing(java.io.Reader input)
Reading the content from the reader and looking for an action,
containing that content.
|
NamedActionValidator |
NamedActionValidator.containing(java.io.Reader input,
WhitespaceProcessing whitespaceProcessing)
Reading the content from the input stream and looking for an action
containing that content, respecting the intended whitespace processing.
|
NamedActionValidator |
NamedActionValidator.containing(java.lang.String expectedContent)
Looking for an action containing the expected content.
|
NamedActionValidator |
NamedActionValidator.containing(java.lang.String expectedContent,
WhitespaceProcessing whitespaceProcessing)
Looking for an action containing the expected content, respecting the given
whitespace processing rule.
|
NamedActionValidator |
DocumentValidator.hasNamedAction() |
NamedActionValidator |
NamedActionValidator.hasNamedAction()
This method does what the name suggests.
|
NamedActionValidator |
NamedActionValidator.matchingComplete(java.io.InputStream input)
Reading the content from the input stream and looking for an action
having the same content.
|
NamedActionValidator |
NamedActionValidator.matchingComplete(java.io.InputStream input,
WhitespaceProcessing whitespaceProcessing)
Reading the content from the input stream and looking for an action
having the same content, respecting the intended whitespace processing.
|
NamedActionValidator |
NamedActionValidator.matchingComplete(java.io.Reader input)
Reading the content from the reader and looking for an action
having the same content.
|
NamedActionValidator |
NamedActionValidator.matchingComplete(java.io.Reader input,
WhitespaceProcessing whitespaceProcessing)
Reading the content from the reader and looking for an action
having the same content, respecting the intended whitespace processing.
|
NamedActionValidator |
NamedActionValidator.matchingComplete(java.lang.String expectedContent)
Looking for an action having the same content as of the given parameter.
|
NamedActionValidator |
NamedActionValidator.matchingComplete(java.lang.String expectedContent,
WhitespaceProcessing whitespaceProcessing)
Looking for an action matching completely the expected content, respecting the given
whitespace processing rule.
|
NamedActionValidator |
NamedActionValidator.matchingRegex(java.lang.String regex)
Looking for an action having a content that matches the regular expression.
|
NamedActionValidator |
NamedActionValidator.withName()
Wrapper method, to let the API better flow.
|
Copyright (C) PDFUnit.com. See here for license.