Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkValidator.hasBookmarks()
This method verifies that each given PDF document has one ore more bookmarks.
|
MultiDocumentBookmarkValidator |
MultiDocumentValidator.hasBookmarks()
This method verifies that each given PDF document has one ore more bookmarks.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkValidator.matchingXML(java.io.File xmlFile)
For each given PDF document this method compares the bookmarks internally with the
file given by the parameter.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkValidator.matchingXML(java.lang.String filenameXML)
For each given PDF document this method compares the bookmarks internally
with the file given by the parameter.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkValidator.matchingXPath(XPathExpression xpath)
For each given PDF document this method extracts the bookmarks internally
and runs the XPath expression against it.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLabel(java.lang.String expectedLabel)
Validating an existing bookmark label in each given PDF document.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLabelLinkingToPage(java.lang.String expectedLabel,
int toPage)
This method verifies for each given PDF document that a bookmark label
(given by the first parameter) exists, which points to the page (given by the second parameter).
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLinkToName(java.lang.String expectedName)
This method uses xpath internally to look for bookmarks with a link
to the given name.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLinkToPage(int toPage)
The method verifies for each given PDF document that a bookmark exists,
which points to the page, given by the parameter.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLinkToURI(java.lang.String expectedURI)
This method uses xpath internally to look for bookmarks with
the given uri.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withoutDeadLink()
This method verifies for each given PDF document
that no bookmark points to nothing (dead link).
|
Constructor and Description |
---|
MultiDocumentBookmarkDetailsValidator(java.util.Vector<BookmarkDetailsValidator> bookmarkDetailsValidators,
MultiDocumentBookmarkValidator backReference) |
Copyright (C) PDFUnit.com. See here for license.