@DoNotObfuscate
public final class ZugferdValidator
extends com.pdfunit.validators.AbstractValidator
| Constructor and Description | 
|---|
ZugferdValidator(DocumentValidator backReference)  | 
ZugferdValidator(com.pdfunit.internal.spi.IDocument testDocument)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getNodeValue(XMLNode node)
This method is intended to be used by other validators only. 
 | 
ZugferdValidator | 
hasZugferdData()
Validating that the current PDF document has XMP data. 
 | 
ZugferdValidator | 
matchingXPath(XPathExpression xpath)
This method prcesses the given XPath expression against the XMP data
 of the current PDF document. 
 | 
ZugferdValidator | 
withNode(XMLNode node)
This method validates the node name and value, covered by the instance
 of XMLNode, against the current PDF document. 
 | 
public ZugferdValidator(DocumentValidator backReference)
public ZugferdValidator(com.pdfunit.internal.spi.IDocument testDocument)
public ZugferdValidator hasZugferdData()
@Guarded public ZugferdValidator matchingXPath(XPathExpression xpath)
The XPath expression must result in a type boolean.
@Guarded public ZugferdValidator withNode(XMLNode node)
@Guarded public java.lang.String getNodeValue(XMLNode node)
Copyright (C) PDFUnit.com. See here for license.