@DoNotObfuscate
public class MultiDocumentXMPValidator
extends java.lang.Object
XMPValidator
![]() |
![]() |
Modifier | Constructor and Description |
---|---|
protected |
MultiDocumentXMPValidator(java.util.Vector<DocumentValidator> documentValidators,
MultiDocumentValidator backReference) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentValidator |
hasNoXMPData()
This method processes the given XPath expression against the XMP data
of each PDF document.
|
MultiDocumentXMPValidator |
hasXMPData()
Validating that each document of the given set of PDF documents
has XMP data.
|
MultiDocumentXMPValidator |
matchingXML(java.io.File xmlFile)
This method compares the content of the given file with the XFA data,
stored inside each PDF document.
|
MultiDocumentXMPValidator |
matchingXML(java.lang.String filenameXML)
This method compares the content of the file, named by the given
parameter, with the XMP data, stored inside each PDF document.
|
MultiDocumentXMPValidator |
matchingXPath(XPathExpression xpath)
This method processes the given XPath expression against the XMP data
of each PDF document.
|
MultiDocumentXMPValidator |
withNode(XMLNode node)
This method validates the node name and value, covered by the instance
of XMLNode, against all PDF given documents.
|
protected MultiDocumentXMPValidator(java.util.Vector<DocumentValidator> documentValidators, MultiDocumentValidator backReference)
public MultiDocumentXMPValidator hasXMPData()
public MultiDocumentValidator hasNoXMPData()
The XPath expression must result in a type boolean.
@Guarded public MultiDocumentXMPValidator withNode(XMLNode node)
@Guarded public MultiDocumentXMPValidator matchingXPath(XPathExpression xpath)
The XPath expression must result in a type boolean.
@Guarded public MultiDocumentXMPValidator matchingXML(java.lang.String filenameXML)
@Guarded public MultiDocumentXMPValidator matchingXML(java.io.File xmlFile)
Copyright (C) PDFUnit.com. See here for license.