Package | Description |
---|---|
com.pdfunit.messages |
Classes for error messages, used as a key in messages.properties.
|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Constructor and Description |
---|
XFADataNodeAvailableMessage(com.pdfunit.internal.spi.IDocument testDocument,
XMLNode node,
com.pdfunit.internal.errors.PDFUnitException e) |
XMPDataNodeAvailableMessage(com.pdfunit.internal.spi.IDocument testDocument,
XMLNode node,
com.pdfunit.internal.errors.PDFUnitException e) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentXFAValidator |
MultiDocumentXFAValidator.withNode(XMLNode node)
This method validates the node name and value, covered by the instance
of XMLNode, against all PDF given documents.
|
MultiDocumentXMPValidator |
MultiDocumentXMPValidator.withNode(XMLNode node)
This method validates the node name and value, covered by the instance
of XMLNode, against all PDF given documents.
|
XFAValidator |
XFAValidator.withNode(XMLNode node)
This method validates the node name and value, covered by the instance
of XMLNode, against the current PDF document.
|
XMPValidator |
XMPValidator.withNode(XMLNode node)
This method validates the node name and value, covered by the instance
of XMLNode, against the current PDF document.
|
Copyright (C) PDFUnit.com. See here for license.