Modifier | Constructor and Description |
---|---|
protected |
SignatureXMLValidator(com.pdfunit.internal.spi.IDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
SignatureXMLValidator |
hasSignatures()
This method does what the name suggests.
|
SignatureXMLValidator |
matchingXML(java.io.File xmlFile)
This method compares the XML, given by the file, against the interally created
XML structure of signatures.
|
SignatureXMLValidator |
matchingXML(java.lang.String filenameXML)
This method compares the XML, given by the file, against the interally created
XML structure of signatures.
|
SignatureXMLValidator |
matchingXPath(XPathExpression xpath)
This method executes the XPath expression against the interally created
XML structure of signatures.
|
protected SignatureXMLValidator(com.pdfunit.internal.spi.IDocument pdfDocument)
@Guarded public SignatureXMLValidator matchingXPath(XPathExpression xpath)
ExtractSignaturesInfo
@Guarded public SignatureXMLValidator matchingXML(java.lang.String filenameXML)
ExtractSignaturesInfo
@Guarded public SignatureXMLValidator matchingXML(java.io.File xmlFile)
ExtractSignaturesInfo
public SignatureXMLValidator hasSignatures()
Copyright (C) PDFUnit.com. See here for license.