Package org.writersforge.catalan.transform.rule

Catalan XML Transformation Package.

See:
          Description

Interface Summary
Rule A processing rule for defining complex operations on Datum content.
 

Class Summary
ConvertRule Common base class for all query-based rules that convert existing content into some other format.
CopyRule A query-based Rule for duplicating elements or attributes to other parts of a Datum tree.
CreateRule A query-based Rule to create new Datum content or a Datum property at the target location(s).
QueryRule Starting point for all Rule implementations which rely on a Bellows query to select which Datum objects to operate on.
Recipe Convenience class for loading Bellows XML recipes as a composite Rule instance.
RenameRule A query-based Rule for changing the Datum type (i.e., the XML element name) or the name of a certain Datum property (i.e., the XML attribute).
RuleCollection A composite Rule that manages a collection of other Rule objects.
 

Package org.writersforge.catalan.transform.rule Description

Catalan XML Transformation Package.