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 |
---|
BookmarksXPathMatchingMessage(com.pdfunit.internal.spi.IDocument testDocument,
XPathExpression xpath) |
FieldXPathMatchingMessage(com.pdfunit.internal.spi.IDocument testDocument,
XPathExpression xpath) |
FontXPathMatchingMessage(com.pdfunit.internal.spi.IDocument testDocument,
XPathExpression xpath) |
SignatureXPathMatchingMessage(com.pdfunit.internal.spi.IDocument testDocument,
XPathExpression xpath) |
XFADataMatchingMessage(com.pdfunit.internal.spi.IDocument testDocument,
XPathExpression xpath) |
XMPDataMatchingMessage(com.pdfunit.internal.spi.IDocument testDocument,
XPathExpression xpath) |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Document |
CompareXPathValidator.getXPathResult(org.w3c.dom.Document dom,
XPathExpression xpathExpr,
javax.xml.namespace.QName resultType) |
AllFieldsValidator |
AllFieldsValidator.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.
|
BookmarkValidator |
BookmarkValidator.matchingXPath(XPathExpression xpath)
This method extracts the bookmarks internally and runs the XPath expression
against it.
|
FontValidator |
FontValidator.matchingXPath(XPathExpression xpath)
Verifying whether the font information of the current PDF matches the
XPath-Expression given by the parameter.
|
MultiDocumentAllFieldsValidator |
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.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkValidator.matchingXPath(XPathExpression xpath)
For each given PDF document this method extracts the bookmarks internally
and runs the XPath expression against it.
|
MultiDocumentFontValidator |
MultiDocumentFontValidator.matchingXPath(XPathExpression xpath)
Verifying whether the font information of each given PDF document
matches the XPath-Expression given by the parameter.
|
MultiDocumentSignatureXMLValidator |
MultiDocumentSignatureXMLValidator.matchingXPath(XPathExpression xpath)
This method executes the XPath expression against the interally created
XML structure of signatures.
|
MultiDocumentXFAValidator |
MultiDocumentXFAValidator.matchingXPath(XPathExpression xpath)
This method processes the given XPath expression against the XFA data
of each PDF document.
|
MultiDocumentXMPValidator |
MultiDocumentXMPValidator.matchingXPath(XPathExpression xpath)
This method processes the given XPath expression against the XMP data
of each PDF document.
|
SignatureXMLValidator |
SignatureXMLValidator.matchingXPath(XPathExpression xpath)
This method executes the XPath expression against the interally created
XML structure of signatures.
|
XFAValidator |
XFAValidator.matchingXPath(XPathExpression xpath)
This method processes the given XPath expression against the XFA data
of the current PDF document.
|
XMPValidator |
XMPValidator.matchingXPath(XPathExpression xpath)
This method prcesses the given XPath expression against the XMP data
of the current PDF document.
|
protected BookmarkValidator |
BookmarkValidator.matchingXPath(XPathExpression xpath,
IPDFUnitMessage errorMessage)
This method evaluates whether a given xpath expression matches to the bookmark data
which are taken from the current document.
|
CompareXFAValidator |
CompareXFAValidator.matchingXPath(XPathExpression xpath,
javax.xml.namespace.QName resultType)
This method does what the name suggests.
|
CompareXMPValidator |
CompareXMPValidator.matchingXPath(XPathExpression xpath,
javax.xml.namespace.QName resultType)
This method does what the name suggests.
|
Copyright (C) PDFUnit.com. See here for license.