Uses of Interface
nl.flotsam.pecia.DocumentElement

Packages that use DocumentElement
nl.flotsam.pecia The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc. 
nl.flotsam.pecia.builder The package providing the interfaces to be implemented by classes responsible for generating content. 
nl.flotsam.pecia.builder.base The package providing a default implementation of the builder interfaces. 
nl.flotsam.pecia.builder.html The package providing a default implementation of the builder interfaces for generating HTML output. 
 

Uses of DocumentElement in nl.flotsam.pecia
 

Subinterfaces of DocumentElement in nl.flotsam.pecia
 interface AnnotatedArticle<T>
          An annotated Article.
 interface AnnotatedSection<T>
          A specialization of Section, allowing you to add some Section metadata.
 interface Article<T>
          An article.
 interface Footnote<T>
          A footnote element.
 interface ItemizedList<T>
          A document element representing an itemized list.
 interface ListItem<T>
          A document element representing a list item.
 interface Para<T>
          The document element representing a paragraph.
 interface Section<T>
          The document element representing a section.
 interface Table<T,V>
          The interface extended by tables with a specific number of columns.
 interface Table2Cols<T>
          A two column table.
 interface Table3Cols<T>
          A three column table.
 interface Table4Cols<T>
          A four column table.
 interface Table5Cols<T>
          A five column table.
 interface Table6Cols<T>
          A 6 column table.
 interface Verbatim<T>
          The document element representing verbatim content.
 

Uses of DocumentElement in nl.flotsam.pecia.builder
 

Subinterfaces of DocumentElement in nl.flotsam.pecia.builder
 interface ArticleBuilder<T>
           
 interface ArticleDocument
           
 interface FootnoteBuilder<T>
           
 interface ItemizedListBuilder<T>
           
 interface ListItemBuilder<T>
           
 interface ParaBuilder<T>
           
 interface SectionBuilder<T>
           
 interface Table2ColsBuilder<T>
           
 interface Table3ColsBuilder<T>
           
 interface Table4ColsBuilder<T>
           
 interface Table5ColsBuilder<T>
           
 interface Table6ColsBuilder<T>
           
 interface VerbatimBuilder<T>
           
 

Uses of DocumentElement in nl.flotsam.pecia.builder.base
 

Classes in nl.flotsam.pecia.builder.base that implement DocumentElement
 class AbstractBuilder<T>
           
 class AbstractTableBuilder<T>
           
 class DefaultArticleBuilder<T>
           
 class DefaultArticleDocument
           
 class DefaultEntryBuilder<T>
           
 class DefaultFootnoteBuilder<T>
           
 class DefaultItemizedListBuilder<T>
           
 class DefaultLastEntryBuilder<T>
           
 class DefaultListItemBuilder<T>
           
 class DefaultParaBuilder<T>
           
 class DefaultRowBuilder<T>
           
 class DefaultSectionBuilder<T>
           
 class DefaultTable2ColsBuilder<T>
           
 class DefaultTable3ColsBuilder<T>
           
 class DefaultTable4ColsBuilder<T>
           
 class DefaultTable5ColsBuilder<T>
           
 class DefaultTable6ColsBuilder<T>
           
 class DefaultVerbatimBuilder<T>
           
 

Uses of DocumentElement in nl.flotsam.pecia.builder.html
 

Classes in nl.flotsam.pecia.builder.html that implement DocumentElement
 class HtmlDocumentBuilder.HtmlColBuilder<T>
           
 class HtmlDocumentBuilder.HtmlLastColBuilder<T>
           
static class HtmlDocumentBuilder.HtmlParaBuilder<T>
           
 class HtmlDocumentBuilder.HtmlRowBuilder<T>
           
 



Copyright © 2010. All Rights Reserved.