Pecia 1.1-SNAPSHOT API

Pecia is a framework for generating documents.

See:
          Description

Packages
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.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.

 

Pecia is a framework for generating documents. For people familiar with Doxia: think Doxia with compile time validation. Just like Doxia, Pecia is intended to provide an abstraction of several output document types. Just like Doxia, it allows you to build the entire document using an API, as opposed to first generate XML and then turn that into your desired output format.

There are however also differences. Big differences. For instance:



Copyright © 2010. All Rights Reserved.