Uses of Interface
org.apache.maven.doxia.logging.LogEnabled

Packages that use LogEnabled
org.apache.maven.doxia.index   
org.apache.maven.doxia.macro   
org.apache.maven.doxia.macro.snippet   
org.apache.maven.doxia.macro.toc   
org.apache.maven.doxia.module.apt   
org.apache.maven.doxia.module.confluence   
org.apache.maven.doxia.module.docbook   
org.apache.maven.doxia.module.fml   
org.apache.maven.doxia.module.fo   
org.apache.maven.doxia.module.itext   
org.apache.maven.doxia.module.latex   
org.apache.maven.doxia.module.markdown   
org.apache.maven.doxia.module.rtf   
org.apache.maven.doxia.module.twiki   
org.apache.maven.doxia.module.xdoc   
org.apache.maven.doxia.module.xhtml   
org.apache.maven.doxia.parser   
org.apache.maven.doxia.sink Maven Doxia API. 
 

Uses of LogEnabled in org.apache.maven.doxia.index
 

Classes in org.apache.maven.doxia.index that implement LogEnabled
 class IndexingSink
          A sink implementation for index.
 

Uses of LogEnabled in org.apache.maven.doxia.macro
 

Subinterfaces of LogEnabled in org.apache.maven.doxia.macro
 interface Macro
          Base interface of a macro.
 

Classes in org.apache.maven.doxia.macro that implement LogEnabled
 class AbstractMacro
          Abstract base class to execute Macro.
 class EchoMacro
          A simple macro that prints out the key and value of some supplied parameters.
 class SwfMacro
          Macro for embedding Flash (SWF) within Maven documentation.
 

Uses of LogEnabled in org.apache.maven.doxia.macro.snippet
 

Classes in org.apache.maven.doxia.macro.snippet that implement LogEnabled
 class SnippetMacro
          A macro that prints out the content of a file or a URL.
 

Uses of LogEnabled in org.apache.maven.doxia.macro.toc
 

Classes in org.apache.maven.doxia.macro.toc that implement LogEnabled
 class TocMacro
          Macro to display a Table Of Content in a given Sink.
 

Uses of LogEnabled in org.apache.maven.doxia.module.apt
 

Classes in org.apache.maven.doxia.module.apt that implement LogEnabled
 class AptParser
          The APT parser.
 class AptSink
          APT generator implementation.
 

Uses of LogEnabled in org.apache.maven.doxia.module.confluence
 

Classes in org.apache.maven.doxia.module.confluence that implement LogEnabled
 class ConfluenceParser
          Parse the Confluence.
 class ConfluenceSink
          Confluence Sink implementation.
 

Uses of LogEnabled in org.apache.maven.doxia.module.docbook
 

Classes in org.apache.maven.doxia.module.docbook that implement LogEnabled
 class DocBookParser
          Parse a Simplified DocBook document and emit events into the specified doxia Sink.
 class DocBookSink
          Docbook Sink implementation.
 

Uses of LogEnabled in org.apache.maven.doxia.module.fml
 

Classes in org.apache.maven.doxia.module.fml that implement LogEnabled
 class FmlContentParser
          Parse Fml questions and answers, these may contain arbitrary xdoc elements.
 class FmlParser
          Parse a fml model and emit events into the specified doxia Sink.
 

Uses of LogEnabled in org.apache.maven.doxia.module.fo
 

Classes in org.apache.maven.doxia.module.fo that implement LogEnabled
 class FoAggregateSink
          A Doxia Sink that produces an aggregated FO model.
 class FoSink
          A Doxia Sink that produces a FO model.
 

Uses of LogEnabled in org.apache.maven.doxia.module.itext
 

Classes in org.apache.maven.doxia.module.itext that implement LogEnabled
 class ITextSink
          A doxia Sink which produces an XML Front End document for iText framework.
 

Uses of LogEnabled in org.apache.maven.doxia.module.latex
 

Classes in org.apache.maven.doxia.module.latex that implement LogEnabled
 class LatexSink
          Latex Sink implementation.
 

Uses of LogEnabled in org.apache.maven.doxia.module.markdown
 

Classes in org.apache.maven.doxia.module.markdown that implement LogEnabled
 class MarkdownParser
          Implementation of Parser for Markdown documents.
 

Uses of LogEnabled in org.apache.maven.doxia.module.rtf
 

Classes in org.apache.maven.doxia.module.rtf that implement LogEnabled
 class RtfSink
          RTF Sink implementation.
 

Uses of LogEnabled in org.apache.maven.doxia.module.twiki
 

Classes in org.apache.maven.doxia.module.twiki that implement LogEnabled
 class TWikiParser
          Parse the twiki file format
 class TWikiSink
          TWiki Sink implementation.
 

Uses of LogEnabled in org.apache.maven.doxia.module.xdoc
 

Classes in org.apache.maven.doxia.module.xdoc that implement LogEnabled
 class XdocParser
          Parse an xdoc model and emit events into the specified doxia Sink.
 class XdocSink
          Xdoc Sink implementation.
 class XmlWriterXdocSink
          Deprecated. Since 1.1, this sink is not more supported. If you are looking for a Sink which produces pretty formatted XML, you could use the XdocSink.XdocSink(java.io.Writer) as usual and reformat the Sink content produced with XmlUtil.prettyFormat(java.io.Reader, java.io.Writer).
 

Uses of LogEnabled in org.apache.maven.doxia.module.xhtml
 

Classes in org.apache.maven.doxia.module.xhtml that implement LogEnabled
 class AbstractXhtmlSink
          Abstract AbstractXhtmlSink class.
 class XhtmlParser
          Parse an xhtml model and emit events into a Doxia Sink.
 class XhtmlSink
          Xhtml 1.0 Transitional sink implementation.
 

Uses of LogEnabled in org.apache.maven.doxia.parser
 

Subinterfaces of LogEnabled in org.apache.maven.doxia.parser
 interface Parser
          A Parser is responsible for parsing any document in a supported front-end format, and emitting the standard Doxia events, which can then be consumed by any Doxia Sink.
 

Classes in org.apache.maven.doxia.parser that implement LogEnabled
 class AbstractParser
          An abstract base class that defines some convenience methods for parsers.
 class AbstractTextParser
          An abstract class that defines some convenience methods for Text parsers.
 class AbstractXmlParser
          An abstract class that defines some convenience methods for XML parsers.
 class XhtmlBaseParser
          Common base parser for xhtml events.
 

Uses of LogEnabled in org.apache.maven.doxia.sink
 

Subinterfaces of LogEnabled in org.apache.maven.doxia.sink
 interface Sink
          A Sink consumes Doxia events to produce a resultant output format (eg Docbook, PDF, XHTML...).
 

Classes in org.apache.maven.doxia.sink that implement LogEnabled
 class AbstractSink
          An abstract base class that defines some convenience methods for sinks.
 class AbstractTextSink
          An abstract Sink for text markup syntax.
 class AbstractXmlSink
          An abstract Sink for xml markup syntax.
 class RandomAccessSink
          The RandomAccessSink provides the ability to create a Sink with hooks.
 class SinkAdapter
          Empty implementation of the Sink interface.
 class XhtmlBaseSink
          Abstract base xhtml sink implementation.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.