Uses of Interface
nl.flotsam.pecia.builder.FootnoteBuilder

Packages that use FootnoteBuilder
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 FootnoteBuilder in nl.flotsam.pecia.builder
 

Methods in nl.flotsam.pecia.builder that return FootnoteBuilder
<T> FootnoteBuilder<T>
DocumentBuilder.createFootnote(T parent, DocumentBuilder builder)
           
 

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

Classes in nl.flotsam.pecia.builder.base that implement FootnoteBuilder
 class DefaultFootnoteBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return FootnoteBuilder
<T> FootnoteBuilder<T>
DefaultDocumentBuilder.createFootnote(T parent, DocumentBuilder builder)
           
 

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

Methods in nl.flotsam.pecia.builder.html that return FootnoteBuilder
<T> FootnoteBuilder<T>
HtmlDocumentBuilder.createFootnote(T parent, DocumentBuilder builder)
           
 



Copyright © 2010. All Rights Reserved.