|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XdocMarkup | |
---|---|
org.apache.maven.doxia.book.services.renderer.xdoc | |
org.apache.maven.doxia.module.xdoc |
Uses of XdocMarkup in org.apache.maven.doxia.book.services.renderer.xdoc |
---|
Classes in org.apache.maven.doxia.book.services.renderer.xdoc that implement XdocMarkup | |
---|---|
class |
AbstractXdocBookSink
Abstract XdocSink implementation for book. |
class |
ChapterXdocBookSink
A XdocSink implementation for chapter in a book. |
class |
IndexXdocBookSink
A XdocSink implementation for index book. |
class |
SectionXdocBookSink
A XdocSink implementation for section in a book |
Uses of XdocMarkup in org.apache.maven.doxia.module.xdoc |
---|
Classes in org.apache.maven.doxia.module.xdoc that implement XdocMarkup | |
---|---|
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) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |