A C D E F G H I L M N O P R S T V W X

A

AbstractBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
AbstractBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.AbstractBuilder
 
AbstractTableBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
AbstractTableBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.AbstractTableBuilder
 
AbstractTableBuilder.State - Enum in nl.flotsam.pecia.builder.base
 
AnnotatedArticle<T> - Interface in nl.flotsam.pecia
An annotated Article.
AnnotatedSection<T> - Interface in nl.flotsam.pecia
A specialization of Section, allowing you to add some Section metadata.
Article<T> - Interface in nl.flotsam.pecia
An article.
ArticleBuilder<T> - Interface in nl.flotsam.pecia.builder
 
ArticleDocument - Interface in nl.flotsam.pecia.builder
 
author() - Method in interface nl.flotsam.pecia.AnnotatedArticle
Adds author metadata to the start of the article.
Author<T> - Interface in nl.flotsam.pecia
The interface for producing the metadata of an author.
author() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 

C

close() - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
close() - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
close() - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Frees any resources used by this writer.
code(String) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
code(String) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlParaBuilder
 
code(String) - Method in interface nl.flotsam.pecia.ParaContents
Adds some code to the paragraph.
col() - Method in class nl.flotsam.pecia.builder.base.RowFactory.ColDef
Inserts a new column.
col() - Method in class nl.flotsam.pecia.builder.base.RowFactory.LastColDef
 
Contents<V> - Interface in nl.flotsam.pecia
A general interface, allowing you to produce several non-inline document elements.
copyright(String, int...) - Method in interface nl.flotsam.pecia.AnnotatedArticle
Adds a copyright notice to the start of the article.
copyright(String, int...) - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
create(boolean) - Method in class nl.flotsam.pecia.builder.base.RowFactory.ColDef
Constructs the row.
create(boolean) - Method in class nl.flotsam.pecia.builder.base.RowFactory.LastColDef
 
create(Object) - Method in interface nl.flotsam.pecia.builder.html.ObjectIdentifier
 
create(Object) - Method in class nl.flotsam.pecia.builder.html.SimpleObjectIdentifier
 
createArticle(T, String, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createArticle(T, String, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createCatalog(URL) - Static method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
createEntry(T, boolean, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createEntry(T, boolean, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createEntry(T, boolean, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
createFootnote(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createFootnote(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createFootnote(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
createItemizedList(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createItemizedList(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createLastEntry(T, boolean, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createLastEntry(T, boolean, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createLastEntry(T, boolean, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
createListItem(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createListItem(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createOrderedList(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createOrderedList(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createPara(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createPara(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.docbook.DocBookDocumentBuilder
 
createPara(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createPara(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
createRow(T, boolean, boolean, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createRow(T, boolean, boolean, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createRow(T, boolean, boolean, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
createSection(T, String, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createSection(T, String, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createTable2Cols(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createTable2Cols(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createTable3Cols(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createTable3Cols(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createTable4Cols(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createTable4Cols(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createTable5Cols(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createTable5Cols(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createTable6Cols(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createTable6Cols(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 
createVerbatim(T, DocumentBuilder) - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
createVerbatim(T, DocumentBuilder) - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
 

D

DEFAULT - Static variable in interface nl.flotsam.pecia.builder.Terminator
 
DefaultArticleBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultArticleBuilder(DocumentBuilder, T, String, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
DefaultArticleDocument - Class in nl.flotsam.pecia.builder.base
 
DefaultArticleDocument(DefaultDocumentBuilder, String) - Constructor for class nl.flotsam.pecia.builder.base.DefaultArticleDocument
 
DefaultArticleDocument(DocumentBuilder, String, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultArticleDocument
 
DefaultDocumentBuilder - Class in nl.flotsam.pecia.builder.base
 
DefaultDocumentBuilder() - Constructor for class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
DefaultDocumentBuilder(LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
DefaultEntryBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultEntryBuilder(DocumentBuilder, T, boolean, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
DefaultFootnoteBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultFootnoteBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultFootnoteBuilder
 
DefaultItemizedListBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultItemizedListBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultItemizedListBuilder
 
DefaultLastEntryBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultLastEntryBuilder(DocumentBuilder, T, boolean, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
DefaultListItemBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultListItemBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultListItemBuilder
 
DefaultParaBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultParaBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
DefaultRowBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultRowBuilder(DocumentBuilder, T, boolean, boolean, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultRowBuilder
 
DefaultSectionBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultSectionBuilder(DocumentBuilder, String, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
DefaultTable2ColsBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultTable2ColsBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultTable2ColsBuilder
 
DefaultTable3ColsBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultTable3ColsBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultTable3ColsBuilder
 
DefaultTable4ColsBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultTable4ColsBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultTable4ColsBuilder
 
DefaultTable5ColsBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultTable5ColsBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultTable5ColsBuilder
 
DefaultTable6ColsBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultTable6ColsBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultTable6ColsBuilder
 
DefaultTagWriterCatalog - Class in nl.flotsam.pecia.builder.xml
 
DefaultTagWriterCatalog() - Constructor for class nl.flotsam.pecia.builder.xml.DefaultTagWriterCatalog
 
DefaultVerbatimBuilder<T> - Class in nl.flotsam.pecia.builder.base
 
DefaultVerbatimBuilder(DocumentBuilder, T, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.DefaultVerbatimBuilder
 
DocBookDocumentBuilder - Class in nl.flotsam.pecia.builder.docbook
 
DocBookDocumentBuilder(XmlWriter) - Constructor for class nl.flotsam.pecia.builder.docbook.DocBookDocumentBuilder
 
document(Documenter<SimpleContents<?>>) - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
document(Documenter<SimpleContents<?>>) - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
document(Documenter<SimpleContents<?>>) - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
document(Documenter<ParaContents<?>>) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
document(Documenter<SimpleContents<?>>) - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
document(T) - Method in interface nl.flotsam.pecia.Documenter
Generates some documentation.
document(Documenter<ParaContents<?>>) - Method in interface nl.flotsam.pecia.ParaContents
Generates documentation, and returns the current context.
document(Documenter<SimpleContents<?>>) - Method in interface nl.flotsam.pecia.SimpleContents
Generates documentation, and returns the current context.
DocumentBuilder - Interface in nl.flotsam.pecia.builder
The interface implemented by objects capable of building a certain type of document.
DocumentElement<T> - Interface in nl.flotsam.pecia
The base interface for (almost) all document elements, that are also containers.
Documenter<T> - Interface in nl.flotsam.pecia
The interface defined for callbacks.

E

email(String) - Method in interface nl.flotsam.pecia.Author
Passes the email address of the author.
email(String) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
email(String) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlParaBuilder
 
email(String) - Method in interface nl.flotsam.pecia.ParaContents
Inserts an email address.
emphasis(String) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
emphasis(String) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlParaBuilder
 
emphasis(String) - Method in interface nl.flotsam.pecia.ParaContents
Adds an inline emphasized section.
end() - Method in interface nl.flotsam.pecia.Author
Returns focus to the parent document element.
end() - Method in class nl.flotsam.pecia.builder.base.AbstractBuilder
 
end() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleDocument
 
end() - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
end() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
end() - Method in class nl.flotsam.pecia.builder.docbook.DocBookDocumentBuilder
 
end() - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
Called when the document is ended.
end(Object, XmlWriter) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.ArticleTagWriter
 
end() - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
end() - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlLastColBuilder
 
end(Object, XmlWriter) - Method in class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.AbstractSingleTagWriter
 
end(Object, XmlWriter) - Method in interface nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.TagWriter
 
end() - Method in interface nl.flotsam.pecia.DocumentElement
Signals the end of the document element.
end() - Method in interface nl.flotsam.pecia.LastEntry
Signals the end of the document element.
ended(Object) - Method in interface nl.flotsam.pecia.builder.base.LifecycleListener
Invoked when a document element is popped from the stack.
ended(Object) - Method in class nl.flotsam.pecia.builder.base.NullLifecycleListener
 
ended(Object) - Method in class nl.flotsam.pecia.builder.base.OrderPreservingLifecycleListener
 
entry() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
entry() - Method in class nl.flotsam.pecia.builder.base.DefaultRowBuilder
 
entry() - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlColBuilder
 
entry() - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlRowBuilder
 
Entry<T> - Interface in nl.flotsam.pecia
The representation of a cell in a table.
entry() - Method in interface nl.flotsam.pecia.Entry
Creates the next table cell entry.
entry() - Method in interface nl.flotsam.pecia.Row
Adds an entry to the table row.
EntryBuilder<T> - Interface in nl.flotsam.pecia.builder
 

F

firstname(String) - Method in interface nl.flotsam.pecia.Author
Passes the first name of the author.
flush() - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
flush() - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
flush() - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Flushes any cached information to the underlying output sink.
footnote() - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
footnote(String) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
Footnote<T> - Interface in nl.flotsam.pecia
A footnote element.
footnote() - Method in interface nl.flotsam.pecia.ParaContents
Inserts a footnote.
footnote(String) - Method in interface nl.flotsam.pecia.ParaContents
Inserts a footnote, containing a Para containing the text passed in.
FootnoteBuilder<T> - Interface in nl.flotsam.pecia.builder
 

G

getAuthorEmail() - Method in interface nl.flotsam.pecia.builder.ArticleBuilder
 
getAuthorEmail() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
getAuthorFirstname() - Method in interface nl.flotsam.pecia.builder.ArticleBuilder
 
getAuthorFirstname() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
getAuthorSurname() - Method in interface nl.flotsam.pecia.builder.ArticleBuilder
 
getAuthorSurname() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
getBuilder() - Method in class nl.flotsam.pecia.builder.base.AbstractBuilder
 
getColCount() - Method in class nl.flotsam.pecia.builder.base.DefaultTable2ColsBuilder
 
getColCount() - Method in class nl.flotsam.pecia.builder.base.DefaultTable3ColsBuilder
 
getColCount() - Method in class nl.flotsam.pecia.builder.base.DefaultTable4ColsBuilder
 
getColCount() - Method in class nl.flotsam.pecia.builder.base.DefaultTable5ColsBuilder
 
getColCount() - Method in class nl.flotsam.pecia.builder.base.DefaultTable6ColsBuilder
 
getColCount() - Method in interface nl.flotsam.pecia.builder.TableBuilder
 
getCopyright() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
getId() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
getId() - Method in interface nl.flotsam.pecia.builder.SectionBuilder
 
getLifecycleListener() - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
getListener() - Method in class nl.flotsam.pecia.builder.base.AbstractBuilder
 
getNamespaceContext() - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
getNamespaceContext() - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
getNamespaceContext() - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Returns the current namespace context.
getParent() - Method in class nl.flotsam.pecia.builder.base.AbstractBuilder
 
getParent() - Method in interface nl.flotsam.pecia.DocumentElement
Returns the parent element.
getPrefix(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
getPrefix(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
getPrefix(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Returns the prefix associated with the given namespace URI.
getProperty(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
getProperty(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
getProperty(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Returns the implementation-specific feature or property of the given name.
getTagWriter(Object) - Method in class nl.flotsam.pecia.builder.xml.DefaultTagWriterCatalog
 
getTagWriter(Object) - Method in interface nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.TagWriterCatalog
 
getTitle() - Method in interface nl.flotsam.pecia.builder.ArticleBuilder
 
getTitle() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
getTitle() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
getTitle() - Method in interface nl.flotsam.pecia.builder.SectionBuilder
 
getWriter() - Method in class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder
 

H

header() - Method in class nl.flotsam.pecia.builder.base.DefaultTable2ColsBuilder
 
header() - Method in class nl.flotsam.pecia.builder.base.DefaultTable3ColsBuilder
 
header() - Method in class nl.flotsam.pecia.builder.base.DefaultTable4ColsBuilder
 
header() - Method in class nl.flotsam.pecia.builder.base.DefaultTable5ColsBuilder
 
header() - Method in class nl.flotsam.pecia.builder.base.DefaultTable6ColsBuilder
 
header() - Method in interface nl.flotsam.pecia.Table
The top row of the table.
HtmlDocumentBuilder - Class in nl.flotsam.pecia.builder.html
 
HtmlDocumentBuilder(XmlWriter) - Constructor for class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
HtmlDocumentBuilder(XmlWriter, URL) - Constructor for class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
HtmlDocumentBuilder.ArticleTagWriter - Class in nl.flotsam.pecia.builder.html
 
HtmlDocumentBuilder.ArticleTagWriter(URL) - Constructor for class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.ArticleTagWriter
 
HtmlDocumentBuilder.HtmlColBuilder<T> - Class in nl.flotsam.pecia.builder.html
 
HtmlDocumentBuilder.HtmlColBuilder(DocumentBuilder, T, boolean, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlColBuilder
 
HtmlDocumentBuilder.HtmlLastColBuilder<T> - Class in nl.flotsam.pecia.builder.html
 
HtmlDocumentBuilder.HtmlLastColBuilder(DocumentBuilder, T, boolean, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlLastColBuilder
 
HtmlDocumentBuilder.HtmlParaBuilder<T> - Class in nl.flotsam.pecia.builder.html
 
HtmlDocumentBuilder.HtmlParaBuilder(DocumentBuilder, T, LifecycleListener, XmlWriter) - Constructor for class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlParaBuilder
 
HtmlDocumentBuilder.HtmlRowBuilder<T> - Class in nl.flotsam.pecia.builder.html
 
HtmlDocumentBuilder.HtmlRowBuilder(DocumentBuilder, T, boolean, boolean, LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlRowBuilder
 

I

Initializer<T> - Interface in nl.flotsam.pecia.builder
 
isFirst() - Method in class nl.flotsam.pecia.builder.base.DefaultRowBuilder
 
isFirst() - Method in interface nl.flotsam.pecia.builder.RowBuilder
 
isHeader() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
isHeader() - Method in class nl.flotsam.pecia.builder.base.DefaultRowBuilder
 
isHeader() - Method in interface nl.flotsam.pecia.builder.RowBuilder
 
item(String) - Method in class nl.flotsam.pecia.builder.base.DefaultItemizedListBuilder
 
item() - Method in class nl.flotsam.pecia.builder.base.DefaultItemizedListBuilder
 
item(String) - Method in interface nl.flotsam.pecia.ItemizedList
Adds a new list item, populates it with a Para containing the text passed in.
item() - Method in interface nl.flotsam.pecia.ItemizedList
Adds a new list item, allowing the list item to be populated in any specific way you desire.
itemizedList() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
itemizedList() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
itemizedList() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
itemizedList() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
ItemizedList<T> - Interface in nl.flotsam.pecia
A document element representing an itemized list.
itemizedList() - Method in interface nl.flotsam.pecia.SimpleContents
Adds an itemized list.
ItemizedListBuilder<T> - Interface in nl.flotsam.pecia.builder
 

L

LastEntry<T> - Interface in nl.flotsam.pecia
The last entry of a table row.
LastEntryBuilder<T> - Interface in nl.flotsam.pecia.builder
 
LifecycleListener - Interface in nl.flotsam.pecia.builder.base
The interface for receiving callbacks from a DefaultDocumentBuilder subclass.
link(Object, String) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
link(Object, String) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlParaBuilder
 
link(Object, String) - Method in interface nl.flotsam.pecia.ParaContents
Constructs a link to the documet item identified by the specified id.
ListItem<T> - Interface in nl.flotsam.pecia
A document element representing a list item.
ListItemBuilder<T> - Interface in nl.flotsam.pecia.builder
 
log(String) - Method in interface nl.flotsam.pecia.builder.xml.LoggingXmlWriter.Logger
 
LoggingXmlWriter - Class in nl.flotsam.pecia.builder.xml
 
LoggingXmlWriter(LoggingXmlWriter.Logger, XmlWriter) - Constructor for class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
LoggingXmlWriter.Logger - Interface in nl.flotsam.pecia.builder.xml
 

M

mark(String) - Method in interface nl.flotsam.pecia.AnnotatedSection
Marks the section with a certain unique identifier.
mark(String) - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 

N

newline() - Method in class nl.flotsam.pecia.builder.base.DefaultVerbatimBuilder
 
newline() - Method in interface nl.flotsam.pecia.Verbatim
Forces a newline in the verbatim output.
next(boolean) - Method in enum nl.flotsam.pecia.builder.base.AbstractTableBuilder.State
 
nl.flotsam.pecia - package nl.flotsam.pecia
The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc.
nl.flotsam.pecia.builder - package nl.flotsam.pecia.builder
The package providing the interfaces to be implemented by classes responsible for generating content.
nl.flotsam.pecia.builder.base - package nl.flotsam.pecia.builder.base
The package providing a default implementation of the builder interfaces.
nl.flotsam.pecia.builder.docbook - package nl.flotsam.pecia.builder.docbook
The package providing a default implementation of the builder interfaces for generating DocBook output.
nl.flotsam.pecia.builder.html - package nl.flotsam.pecia.builder.html
The package providing a default implementation of the builder interfaces for generating HTML output.
nl.flotsam.pecia.builder.xml - package nl.flotsam.pecia.builder.xml
The package providing a default implementation of the builder interfaces for constructing XML output.
NullLifecycleListener - Class in nl.flotsam.pecia.builder.base
A null implementation of the LifecycleListener interface.
NullLifecycleListener() - Constructor for class nl.flotsam.pecia.builder.base.NullLifecycleListener
 

O

ObjectIdentifier - Interface in nl.flotsam.pecia.builder.html
 
orderedList() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
orderedList() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
orderedList() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
orderedList() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
orderedList() - Method in interface nl.flotsam.pecia.SimpleContents
Adds an ordered list.
OrderPreservingLifecycleListener - Class in nl.flotsam.pecia.builder.base
An implementation of the LifecycleListener interface that decorates another LifecycleListener, adding support for preserving the order of constructing elements.
OrderPreservingLifecycleListener(LifecycleListener) - Constructor for class nl.flotsam.pecia.builder.base.OrderPreservingLifecycleListener
 
OrderPreservingLifecycleListener() - Constructor for class nl.flotsam.pecia.builder.base.OrderPreservingLifecycleListener
 

P

para() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
para(String) - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
para() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
para(String) - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
para() - Method in class nl.flotsam.pecia.builder.base.DefaultFootnoteBuilder
 
para() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
para(String) - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
para() - Method in class nl.flotsam.pecia.builder.base.DefaultListItemBuilder
 
para() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
para(String) - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
para() - Method in interface nl.flotsam.pecia.Entry
Creates a paragraph.
para(String) - Method in interface nl.flotsam.pecia.Entry
Adds a new paragraph containing just the text passed in.
para() - Method in interface nl.flotsam.pecia.Footnote
Constructs a new Para inside the Footnote.
para() - Method in interface nl.flotsam.pecia.LastEntry
Adds a paragraph to the current table entry.
para(String) - Method in interface nl.flotsam.pecia.LastEntry
Adds a paragraph containing the text to the current table entry.
para() - Method in interface nl.flotsam.pecia.ListItem
Constructs a new paragraph inside of the list item.
Para<T> - Interface in nl.flotsam.pecia
The document element representing a paragraph.
para() - Method in interface nl.flotsam.pecia.SimpleContents
Adds a paragraph.
para(String) - Method in interface nl.flotsam.pecia.SimpleContents
Adds a paragraph (Para) containing the text passed in.
ParaBuilder<T> - Interface in nl.flotsam.pecia.builder
 
ParaContents<T> - Interface in nl.flotsam.pecia
The interface defining all operations for adding content to a Para, without any operations to return to the outer context.
proceed(boolean) - Method in class nl.flotsam.pecia.builder.base.AbstractTableBuilder
 

R

register(XmlDocumentBuilder.TagWriter) - Method in class nl.flotsam.pecia.builder.xml.DefaultTagWriterCatalog
 
row() - Method in class nl.flotsam.pecia.builder.base.DefaultTable2ColsBuilder
 
row() - Method in class nl.flotsam.pecia.builder.base.DefaultTable3ColsBuilder
 
row() - Method in class nl.flotsam.pecia.builder.base.DefaultTable4ColsBuilder
 
row() - Method in class nl.flotsam.pecia.builder.base.DefaultTable5ColsBuilder
 
row() - Method in class nl.flotsam.pecia.builder.base.DefaultTable6ColsBuilder
 
Row<T> - Interface in nl.flotsam.pecia
A table row.
row() - Method in interface nl.flotsam.pecia.Table
A non-header row.
RowBuilder<T> - Interface in nl.flotsam.pecia.builder
 
RowFactory - Class in nl.flotsam.pecia.builder.base
A utility class supporting the construction of tables.
RowFactory() - Constructor for class nl.flotsam.pecia.builder.base.RowFactory
 
RowFactory.ColDef<T> - Class in nl.flotsam.pecia.builder.base
An object allowing you to either create a new column, or to construct a new row.
RowFactory.ColDef(DocumentBuilder, T, boolean) - Constructor for class nl.flotsam.pecia.builder.base.RowFactory.ColDef
Constructs a new instance.
RowFactory.LastColDef<T> - Class in nl.flotsam.pecia.builder.base
 
RowFactory.LastColDef(DocumentBuilder, T, boolean) - Constructor for class nl.flotsam.pecia.builder.base.RowFactory.LastColDef
 

S

section(String) - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
section(String) - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
section(String) - Method in interface nl.flotsam.pecia.Contents
Adds a new section.
Section<T> - Interface in nl.flotsam.pecia
The document element representing a section.
SectionBuilder<T> - Interface in nl.flotsam.pecia.builder
 
setDefaultNamespace(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
setDefaultNamespace(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
setDefaultNamespace(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Sets the URI for the default namespace.
setNamespaceContext(NamespaceContext) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
setNamespaceContext(NamespaceContext) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
setNamespaceContext(NamespaceContext) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Sets the namespace context for namespace resolution.
setPrefix(String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
setPrefix(String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
setPrefix(String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Sets the prefix for the given namespace URI.
SimpleContents<V> - Interface in nl.flotsam.pecia
 
SimpleObjectIdentifier - Class in nl.flotsam.pecia.builder.html
 
SimpleObjectIdentifier() - Constructor for class nl.flotsam.pecia.builder.html.SimpleObjectIdentifier
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultDocumentBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultFootnoteBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultItemizedListBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultListItemBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultRowBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultTable2ColsBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultTable3ColsBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultTable4ColsBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultTable5ColsBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultTable6ColsBuilder
 
start() - Method in class nl.flotsam.pecia.builder.base.DefaultVerbatimBuilder
 
start(T, DocumentBuilder, boolean) - Static method in class nl.flotsam.pecia.builder.base.RowFactory
Constructs a table row.
start() - Method in class nl.flotsam.pecia.builder.docbook.DocBookDocumentBuilder
 
start() - Method in interface nl.flotsam.pecia.builder.DocumentBuilder
Called when the document is started.
start(Object, XmlWriter) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.ArticleTagWriter
 
start() - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder
 
start() - Method in interface nl.flotsam.pecia.builder.Initializer
 
start(Object, XmlWriter) - Method in class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.AbstractSingleTagWriter
 
start(Object, XmlWriter) - Method in interface nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.TagWriter
 
started(Object) - Method in interface nl.flotsam.pecia.builder.base.LifecycleListener
Invoked when a new document element is commited to the stack.
started(Object) - Method in class nl.flotsam.pecia.builder.base.NullLifecycleListener
 
started(Object) - Method in class nl.flotsam.pecia.builder.base.OrderPreservingLifecycleListener
 
StreamingXmlWriter - Class in nl.flotsam.pecia.builder.xml
 
StreamingXmlWriter(XMLStreamWriter) - Constructor for class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
supports(Object) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.ArticleTagWriter
 
supports(Object) - Method in class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.ManyToOneTagWriter
 
supports(Object) - Method in class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.OneToOneTagWriter
 
supports(Object) - Method in interface nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.TagWriter
 
surname(String) - Method in interface nl.flotsam.pecia.Author
Passes the surname of the author.

T

Table<T,V> - Interface in nl.flotsam.pecia
The interface extended by tables with a specific number of columns.
table2Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
table2Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
table2Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
table2Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
table2Cols() - Method in interface nl.flotsam.pecia.SimpleContents
Adds a two-column table.
Table2Cols<T> - Interface in nl.flotsam.pecia
A two column table.
Table2ColsBuilder<T> - Interface in nl.flotsam.pecia.builder
 
table3Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
table3Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
table3Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
table3Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
table3Cols() - Method in interface nl.flotsam.pecia.SimpleContents
Adds a three-column table.
Table3Cols<T> - Interface in nl.flotsam.pecia
A three column table.
Table3ColsBuilder<T> - Interface in nl.flotsam.pecia.builder
 
table4Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
table4Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
table4Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
table4Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
table4Cols() - Method in interface nl.flotsam.pecia.SimpleContents
Adds a four-column table.
Table4Cols<T> - Interface in nl.flotsam.pecia
A four column table.
Table4ColsBuilder<T> - Interface in nl.flotsam.pecia.builder
 
table5Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
table5Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
table5Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
table5Cols() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
table5Cols() - Method in interface nl.flotsam.pecia.SimpleContents
Adds a five-column table.
Table5Cols<T> - Interface in nl.flotsam.pecia
A five column table.
Table5ColsBuilder<T> - Interface in nl.flotsam.pecia.builder
 
Table6Cols<T> - Interface in nl.flotsam.pecia
A 6 column table.
Table6ColsBuilder<T> - Interface in nl.flotsam.pecia.builder
 
TableBuilder - Interface in nl.flotsam.pecia.builder
 
term(Object, String) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
term(Object, String) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlParaBuilder
 
term(Object, String) - Method in interface nl.flotsam.pecia.ParaContents
Inserts a term into the content.
Terminator - Interface in nl.flotsam.pecia.builder
 
text(String) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
text(String) - Method in class nl.flotsam.pecia.builder.base.DefaultVerbatimBuilder
 
text(String) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlParaBuilder
 
text(String) - Method in interface nl.flotsam.pecia.ParaContents
Appends some text to the paragraph.
text(String) - Method in interface nl.flotsam.pecia.Verbatim
Appends some text to the verbatim content.

V

valueOf(String) - Static method in enum nl.flotsam.pecia.builder.base.AbstractTableBuilder.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.flotsam.pecia.builder.base.AbstractTableBuilder.State
Returns an array containing the constants of this enum type, in the order they are declared.
verbatim() - Method in class nl.flotsam.pecia.builder.base.DefaultArticleBuilder
 
verbatim() - Method in class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
 
verbatim() - Method in class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
 
verbatim() - Method in class nl.flotsam.pecia.builder.base.DefaultSectionBuilder
 
verbatim() - Method in interface nl.flotsam.pecia.SimpleContents
Adds verbatim content.
Verbatim<T> - Interface in nl.flotsam.pecia
The document element representing verbatim content.
VerbatimBuilder<T> - Interface in nl.flotsam.pecia.builder
 

W

writeAttribute(String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeAttribute(String, String, String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeAttribute(String, String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeAttribute(String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeAttribute(String, String, String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeAttribute(String, String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeAttribute(String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an attribute.
writeAttribute(String, String, String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an attribute.
writeAttribute(String, String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an attribute.
writeCData(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeCData(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeCData(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write a CDATA section.
writeCharacters(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeCharacters(char[], int, int) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeCharacters(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeCharacters(char[], int, int) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeCharacters(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write the specified text.
writeCharacters(char[], int, int) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write the specified text.
writeComment(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeComment(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeComment(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write a comment.
writeDefaultNamespace(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeDefaultNamespace(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeDefaultNamespace(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write a default namespace declaration.
writeDTD(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeDTD(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeDTD(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write a DOCTYPE declaration.
writeEmptyElement(String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeEmptyElement(String, String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeEmptyElement(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeEmptyElement(String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeEmptyElement(String, String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeEmptyElement(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeEmptyElement(String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an empty tag.
writeEmptyElement(String, String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an empty tag.
writeEmptyElement(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an empty tag.
writeEndDocument() - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeEndDocument() - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeEndDocument() - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Closes any currently open tags.
writeEndElement() - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeEndElement() - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeEndElement() - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Closes the currently open tag.
writeEntityRef(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeEntityRef(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeEntityRef(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an entity reference.
writeInline(String, String) - Method in class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder
 
writeInline(String, String, XmlWriter) - Static method in class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder
 
writeNamespace(String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeNamespace(String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeNamespace(String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write a namespace declaration.
writeProcessingInstruction(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeProcessingInstruction(String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeProcessingInstruction(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeProcessingInstruction(String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeProcessingInstruction(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write a processing instruction.
writeProcessingInstruction(String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write a processing instruction.
writeStartDocument() - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeStartDocument(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeStartDocument(String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeStartDocument() - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeStartDocument(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeStartDocument(String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeStartDocument() - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an XML declaration.
writeStartDocument(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an XML declaration with the specified XML version.
writeStartDocument(String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write an XML declaration with the specifed XML version and encoding.
writeStartElement(String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeStartElement(String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeStartElement(String, String, String) - Method in class nl.flotsam.pecia.builder.xml.LoggingXmlWriter
 
writeStartElement(String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeStartElement(String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeStartElement(String, String, String) - Method in class nl.flotsam.pecia.builder.xml.StreamingXmlWriter
 
writeStartElement(String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write the start of a tag.
writeStartElement(String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write the start of a tag.
writeStartElement(String, String, String) - Method in interface nl.flotsam.pecia.builder.xml.XmlWriter
Write the start of a tag.

X

XmlDocumentBuilder - Class in nl.flotsam.pecia.builder.xml
 
XmlDocumentBuilder(XmlWriter, XmlDocumentBuilder.TagWriterCatalog) - Constructor for class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder
 
XmlDocumentBuilder.AbstractSingleTagWriter - Class in nl.flotsam.pecia.builder.xml
 
XmlDocumentBuilder.AbstractSingleTagWriter(String) - Constructor for class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.AbstractSingleTagWriter
 
XmlDocumentBuilder.ManyToOneTagWriter - Class in nl.flotsam.pecia.builder.xml
 
XmlDocumentBuilder.ManyToOneTagWriter(String, Class[]) - Constructor for class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.ManyToOneTagWriter
 
XmlDocumentBuilder.OneToOneTagWriter - Class in nl.flotsam.pecia.builder.xml
 
XmlDocumentBuilder.OneToOneTagWriter(String, Class) - Constructor for class nl.flotsam.pecia.builder.xml.XmlDocumentBuilder.OneToOneTagWriter
 
XmlDocumentBuilder.TagWriter - Interface in nl.flotsam.pecia.builder.xml
 
XmlDocumentBuilder.TagWriterCatalog - Interface in nl.flotsam.pecia.builder.xml
 
XmlWriter - Interface in nl.flotsam.pecia.builder.xml
 
XmlWriterException - Exception in nl.flotsam.pecia.builder.xml
 
XmlWriterException(Throwable) - Constructor for exception nl.flotsam.pecia.builder.xml.XmlWriterException
 
xref(String) - Method in class nl.flotsam.pecia.builder.base.DefaultParaBuilder
 
xref(String) - Method in class nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlParaBuilder
 
xref(String) - Method in interface nl.flotsam.pecia.ParaContents
Inserts a cross reference to another document element.

A C D E F G H I L M N O P R S T V W X

Copyright © 2010. All Rights Reserved.