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