@DoNotObfuscate
public class MultiDocumentBookmarkValidator
extends java.lang.Object
BookmarkValidator
![]() |
![]() |
Modifier | Constructor and Description |
---|---|
protected |
MultiDocumentBookmarkValidator(java.util.Vector<DocumentValidator> documentValidators) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentBookmarkDetailsValidator |
hasBookmark()
This method verifies that each given PDF document has one or more bookmarks.
|
MultiDocumentBookmarkValidator |
hasBookmarks()
This method verifies that each given PDF document has one ore more bookmarks.
|
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 |
matchingXML(java.lang.String filenameXML)
For each given PDF document this method compares the bookmarks internally
with the file given by the parameter.
|
MultiDocumentBookmarkValidator |
matchingXPath(XPathExpression xpath)
For each given PDF document this method extracts the bookmarks internally
and runs the XPath expression against it.
|
protected MultiDocumentBookmarkValidator(java.util.Vector<DocumentValidator> documentValidators)
public MultiDocumentBookmarkDetailsValidator hasBookmark()
public MultiDocumentBookmarkValidator hasBookmarks()
@Guarded public MultiDocumentBookmarkValidator matchingXPath(XPathExpression xpath)
The bookmarks can be extracted with the class ExtractBookmarks.
ExtractBookmarks
@Guarded public MultiDocumentBookmarkValidator matchingXML(java.io.File xmlFile)
The bookmarks can be extracted with the class ExtractBookmarks.
ExtractBookmarks
@Guarded public MultiDocumentBookmarkValidator matchingXML(java.lang.String filenameXML)
The bookmarks can be extracted with the class ExtractBookmarks.
ExtractBookmarks
Copyright (C) PDFUnit.com. See here for license.