Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
SignatureXMLValidator |
DocumentValidator.hasSignatures()
This method does what the name suggests.
|
SignatureXMLValidator |
SignatureXMLValidator.hasSignatures()
This method does what the name suggests.
|
SignatureXMLValidator |
SignatureXMLValidator.matchingXML(java.io.File xmlFile)
This method compares the XML, given by the file, against the interally created
XML structure of signatures.
|
SignatureXMLValidator |
SignatureXMLValidator.matchingXML(java.lang.String filenameXML)
This method compares the XML, given by the file, against the interally created
XML structure of signatures.
|
SignatureXMLValidator |
SignatureXMLValidator.matchingXPath(XPathExpression xpath)
This method executes the XPath expression against the interally created
XML structure of signatures.
|
Copyright (C) PDFUnit.com. See here for license.