Uses of Interface
com.docmosis.template.analysis.structure.TemplateStructureProcessor

Packages that use TemplateStructureProcessor
com.docmosis.template.analysis.structure   
 

Uses of TemplateStructureProcessor in com.docmosis.template.analysis.structure
 

Classes in com.docmosis.template.analysis.structure that implement TemplateStructureProcessor
 class JSONDummyDataTemplateStructureProcessor
          This class creates dummy data based on the content found in a template.
 class SimpleJSONTemplateStructureProcessor
          This class can process a template structure and then output the template information in an JSON format.
 class SimpleXMLTemplateStructureProcessor
          This class can process a template structure and then output the template information in an XML format.
 

Methods in com.docmosis.template.analysis.structure with parameters of type TemplateStructureProcessor
 void TemplateStructureExtractor.process(TemplateStructureProcessor processor)
          Process the structure using the given processor.
static void TemplateStructureExtractor.process(TemplateStructureProcessor processor, TemplateIdentifier templateId)
          This convenience method will get the template from the default TemplateStore and extract the structure before passing it to the given processor to process.
 



Copyright © 2014–2022 Docmosis Pty Ltd. All rights reserved.