@DoNotObfuscate
public class MultiDocumentAllFieldsValidator
extends java.lang.Object
AllFieldsValidator
![]() |
![]() |
Modifier | Constructor and Description |
---|---|
protected |
MultiDocumentAllFieldsValidator(java.util.Vector<DocumentValidator> documentValidators) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentAllFieldsValidator |
allWithoutDuplicateNames()
This method checks for each given document that its formular does not have fields
with duplicates names.
|
MultiDocumentAllFieldsValidator |
allWithoutTextOverflow()
This method checks for each given PDF document that the content of each of its field can be seen.
|
MultiDocumentAllFieldsValidator |
hasFields()
This method checks that each given PDF has fields.
|
MultiDocumentAllFieldsValidator |
hasSignedSignatureFields()
This method verifies that each given PDF document has signed fields.
|
MultiDocumentAllFieldsValidator |
hasUnsignedSignatureFields()
This method verifies that each given PDF document has unsigned fields.
|
MultiDocumentAllFieldsValidator |
matchingXML(java.io.File xmlFile)
Verifying that all fields, internally formatted as XML in exact the same way
as the extraction utility, matches the content of the file, given by the parameter.
|
MultiDocumentAllFieldsValidator |
matchingXML(java.lang.String filenameXML)
Verifying that all fields, internally formatted as XML in exact the same way
as the extraction utility, matches the content of the file, given by the parameter.
|
MultiDocumentAllFieldsValidator |
matchingXPath(XPathExpression xpath)
Verifying that all attributes of the current field, internally formatted as XML
in exact the same way as the extraction utility, matches the XPath-expression of
the given parameter.
|
protected MultiDocumentAllFieldsValidator(java.util.Vector<DocumentValidator> documentValidators)
public MultiDocumentAllFieldsValidator hasSignedSignatureFields()
public MultiDocumentAllFieldsValidator hasUnsignedSignatureFields()
public MultiDocumentAllFieldsValidator hasFields()
@Guarded public MultiDocumentAllFieldsValidator matchingXPath(XPathExpression xpath)
ExtractFieldsInfo
@Guarded public MultiDocumentAllFieldsValidator matchingXML(java.io.File xmlFile)
PDFUnit uses XMLUnit to compare the two XML-structures.
In case of failure, an instance of PDFUnitValidationException will be thrown.ExtractFieldsInfo
,
XMLUnit Project@Guarded public MultiDocumentAllFieldsValidator matchingXML(java.lang.String filenameXML)
PDFUnit uses XMLUnit to compare the two XML-structures.
In case of failure, an instance of PDFUnitValidationException will be thrown.ExtractFieldsInfo
,
XMLUnit Projectpublic MultiDocumentAllFieldsValidator allWithoutDuplicateNames()
public MultiDocumentAllFieldsValidator allWithoutTextOverflow()
Copyright (C) PDFUnit.com. See here for license.