@DoNotObfuscate
public final class MultiDocumentBookmarkDetailsValidator
extends java.lang.Object
BookmarkDetailsValidator
Modifier | Constructor and Description |
---|---|
protected |
MultiDocumentBookmarkDetailsValidator(java.util.Vector<BookmarkDetailsValidator> bookmarkDetailsValidators,
MultiDocumentBookmarkValidator backReference) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentBookmarkValidator |
withLabel(java.lang.String expectedLabel)
Validating an existing bookmark label in each given PDF document.
|
MultiDocumentBookmarkValidator |
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 |
withLinkToName(java.lang.String expectedName)
This method uses xpath internally to look for bookmarks with a link
to the given name.
|
MultiDocumentBookmarkValidator |
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 |
withLinkToURI(java.lang.String expectedURI)
This method uses xpath internally to look for bookmarks with
the given uri.
|
protected MultiDocumentBookmarkDetailsValidator(java.util.Vector<BookmarkDetailsValidator> bookmarkDetailsValidators, MultiDocumentBookmarkValidator backReference)
@Guarded public MultiDocumentBookmarkValidator withLabel(java.lang.String expectedLabel)
@Guarded public MultiDocumentBookmarkValidator withLinkToPage(int toPage)
@Guarded public MultiDocumentBookmarkValidator withLabelLinkingToPage(java.lang.String expectedLabel, int toPage)
@Guarded public MultiDocumentBookmarkValidator withLinkToURI(java.lang.String expectedURI)
@Guarded public MultiDocumentBookmarkValidator withLinkToName(java.lang.String expectedName)
Copyright (C) PDFUnit.com. See here for license.