Class XmlGeneratorCollectableObjectVisitor
- java.lang.Object
-
- com.itextpdf.signatures.validation.report.xml.XmlGeneratorCollectableObjectVisitor
-
- All Implemented Interfaces:
CollectableObjectVisitor
class XmlGeneratorCollectableObjectVisitor extends java.lang.Object implements CollectableObjectVisitor
-
-
Constructor Summary
Constructors Constructor Description XmlGeneratorCollectableObjectVisitor(org.w3c.dom.Document doc, org.w3c.dom.Node parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private org.w3c.dom.Node
createValidationObjectElement(Identifier identifier, java.lang.String typeName)
void
visit(CertificateWrapper certificateWrapper)
void
visit(POEValidationReport poeValidationReport)
-
-
-
Method Detail
-
visit
public void visit(CertificateWrapper certificateWrapper)
- Specified by:
visit
in interfaceCollectableObjectVisitor
-
visit
public void visit(POEValidationReport poeValidationReport)
- Specified by:
visit
in interfaceCollectableObjectVisitor
-
createValidationObjectElement
private org.w3c.dom.Node createValidationObjectElement(Identifier identifier, java.lang.String typeName)
-
-