Uses of Interface
fr.opensagres.xdocreport.document.textstyling.IDocumentHandler

Packages that use IDocumentHandler
fr.opensagres.xdocreport.document.discovery   
fr.opensagres.xdocreport.document.registry   
fr.opensagres.xdocreport.document.textstyling   
fr.opensagres.xdocreport.document.textstyling.html   
 

Uses of IDocumentHandler in fr.opensagres.xdocreport.document.discovery
 

Methods in fr.opensagres.xdocreport.document.discovery that return IDocumentHandler
 IDocumentHandler ITextStylingDocumentHandlerFactoryDiscovery.createDocumentHandler(BufferedElement parent, IContext context, String entryName)
           
 

Uses of IDocumentHandler in fr.opensagres.xdocreport.document.registry
 

Methods in fr.opensagres.xdocreport.document.registry that return IDocumentHandler
 IDocumentHandler TextStylingRegistry.createDocumentHandler(String documentKind, String elementId, IContext context, String entryName)
          Create an instance of document handler for the given document kind.
 

Uses of IDocumentHandler in fr.opensagres.xdocreport.document.textstyling
 

Classes in fr.opensagres.xdocreport.document.textstyling that implement IDocumentHandler
 class AbstractDocumentHandler
          Abstract class for document handler IDocumentHandler.
 

Methods in fr.opensagres.xdocreport.document.textstyling with parameters of type IDocumentHandler
protected abstract  void AbstractTextStylingTransformer.doTransform(String content, IDocumentHandler documentHandler)
          Transform the given content (with some syntax like HTML, Mediawiki, etc) to another syntax (docx, odt, etc).
 ITransformResult ITextStylingTransformer.transform(String content, IDocumentHandler documentHandler)
          Transform the given content (with some syntax like HTML, MediaWiki, etc) to another syntax (docx, odt, etc).
 ITransformResult AbstractTextStylingTransformer.transform(String content, IDocumentHandler handler)
           
 

Uses of IDocumentHandler in fr.opensagres.xdocreport.document.textstyling.html
 

Methods in fr.opensagres.xdocreport.document.textstyling.html with parameters of type IDocumentHandler
protected  void HTMLTextStylingTransformer.doTransform(String content, IDocumentHandler documentHandler)
           
 

Constructors in fr.opensagres.xdocreport.document.textstyling.html with parameters of type IDocumentHandler
HTMLTextStylingContentHandler(IDocumentHandler visitor)
           
 



Copyright © 2012. All Rights Reserved.