Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
XMPValidator |
DocumentValidator.hasXMPData()
This method does what the name suggests.
|
XMPValidator |
XMPValidator.hasXMPData()
Validating that the current PDF document has XMP data.
|
XMPValidator |
XMPValidator.matchingXML(java.io.File xmlFile)
This method compares the content of the given file with the XMP data,
stored inside the current PDF document.
|
XMPValidator |
XMPValidator.matchingXML(java.lang.String filenameXML)
This method compares the content of the file, named by the given
parameter, with the XMP data, stored inside 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.
|
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.