Package org.writersforge.catalan.transform.xml

Catalan XML Data Transformation Package [Deprecated].

See:
          Description

Class Summary
BeanToXml A processor which converts each input node into an XML tree.
DatumToObject A text processor which converts Datum content into a List of java objects.
DirectiveStack Format specification for placing Java Objects into a Datum tree.
DirectiveStack.Attribute A Directive to create a new attribute (Datum property) inside the current element.
DirectiveStack.Directive A single operation to perform on a node while creating a Bellows Datum tree from a list of nodes.
DirectiveStack.EndElement A Directive to close the current element.
DirectiveStack.Pcdata A Directive to insert PCDATA content into the current element.
DirectiveStack.Repeat A Directive to repeat an embedded stack of directives until a certain condition is met.
DirectiveStack.StartElement A Directive to start a new Datum element.
JavaToHtml Text processor for marking up Java source code with HTML formatting.
ObjectToDatum A data processor which converts a List of java objects into Datum content.
TextToLattice A conversion processor which turns simple ASCII text documents into Lattice XML documents.
XmlSelectProcessor Composite NodeProcessor which can select a subset of the current tree with a Bellows path, and only operate on that subset.
XmlToBean A processor which converts each Datum input node into a JavaBean.
XmlToHtml Text or XML processor for marking up XML content with HTML formatting.
 

Package org.writersforge.catalan.transform.xml Description

Catalan XML Data Transformation Package [Deprecated].