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 |
---|
XFANodeAvailableMessage(com.pdfunit.internal.spi.IDocument testDocument,
XMLNode node) |
XFANodeValueMessage(com.pdfunit.internal.spi.IDocument testDocument,
XMLNode node,
java.lang.String expectedValue,
java.lang.String actualValue) |
XMPNodeAvailableMessage(com.pdfunit.internal.spi.IDocument testDocument,
XMLNode node) |
XMPNodeValueMessage(com.pdfunit.internal.spi.IDocument testDocument,
XMLNode node,
java.lang.String expectedValue,
java.lang.String actualValue) |
Modifier and Type | Method and Description |
---|---|
TextValidator |
TextValidator.containingZugferdData(XMLNode node)
This method verifies that the text of previously defined pages and regions
contains that text, which is extracted from the ZUGFeRD data from that
node, which is defined by the given parameter.
|
java.lang.String |
ZugferdValidator.getNodeValue(XMLNode node)
This method is intended to be used by other validators only.
|
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.
|
MultiDocumentZugferdValidator |
MultiDocumentZugferdValidator.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.
|
ZugferdValidator |
ZugferdValidator.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.