|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlWriter | |
|---|---|
| nl.flotsam.pecia.builder.docbook | The package providing a default implementation of the builder interfaces for generating DocBook output. |
| nl.flotsam.pecia.builder.html | The package providing a default implementation of the builder interfaces for generating HTML output. |
| nl.flotsam.pecia.builder.xml | The package providing a default implementation of the builder interfaces for constructing XML output. |
| Uses of XmlWriter in nl.flotsam.pecia.builder.docbook |
|---|
| Constructors in nl.flotsam.pecia.builder.docbook with parameters of type XmlWriter | |
|---|---|
DocBookDocumentBuilder(XmlWriter writer)
|
|
| Uses of XmlWriter in nl.flotsam.pecia.builder.html |
|---|
| Methods in nl.flotsam.pecia.builder.html with parameters of type XmlWriter | |
|---|---|
void |
HtmlDocumentBuilder.ArticleTagWriter.end(Object documentElement,
XmlWriter writer)
|
void |
HtmlDocumentBuilder.ArticleTagWriter.start(Object documentElement,
XmlWriter writer)
|
| Constructors in nl.flotsam.pecia.builder.html with parameters of type XmlWriter | |
|---|---|
HtmlDocumentBuilder.HtmlParaBuilder(DocumentBuilder builder,
T parent,
LifecycleListener listener,
XmlWriter xmlWriter)
|
|
HtmlDocumentBuilder(XmlWriter writer)
|
|
HtmlDocumentBuilder(XmlWriter writer,
URL stylesheet)
|
|
| Uses of XmlWriter in nl.flotsam.pecia.builder.xml |
|---|
| Classes in nl.flotsam.pecia.builder.xml that implement XmlWriter | |
|---|---|
class |
LoggingXmlWriter
|
class |
StreamingXmlWriter
|
| Methods in nl.flotsam.pecia.builder.xml that return XmlWriter | |
|---|---|
protected XmlWriter |
XmlDocumentBuilder.getWriter()
|
| Methods in nl.flotsam.pecia.builder.xml with parameters of type XmlWriter | |
|---|---|
void |
XmlDocumentBuilder.TagWriter.end(Object documentElement,
XmlWriter writer)
|
void |
XmlDocumentBuilder.AbstractSingleTagWriter.end(Object documentElement,
XmlWriter writer)
|
void |
XmlDocumentBuilder.TagWriter.start(Object documentElement,
XmlWriter writer)
|
void |
XmlDocumentBuilder.AbstractSingleTagWriter.start(Object documentElement,
XmlWriter writer)
|
static void |
XmlDocumentBuilder.writeInline(String localName,
String text,
XmlWriter xmlWriter)
|
| Constructors in nl.flotsam.pecia.builder.xml with parameters of type XmlWriter | |
|---|---|
LoggingXmlWriter(LoggingXmlWriter.Logger logger,
XmlWriter writer)
|
|
XmlDocumentBuilder(XmlWriter writer,
XmlDocumentBuilder.TagWriterCatalog catalog)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||