Package org.writersforge.catalan.transform.xform

Catalan XML-to-XML Data Transformation Package [Deprecated].

See:
          Description

Class Summary
CopyProcessor A Datum-only NodeProcessor for duplicating existing XML content to other parts of the same XML tree.
DeleteProcessor A Datum-only NodeProcessor for deleting existing XML content to other parts of the same XML tree.
InlineProcessor A Datum-only NodeProcessor for decreasing the level of nesting for the queried set of elements.
InsertProcessor A Datum-only NodeProcessor for inserting static XML content into other parts of the same XML tree.
MoveProcessor A Datum-only NodeProcessor for moving existing XML content to other parts of the same XML tree.
RenameProcessor A Datum-only NodeProcessor for renaming XML content.
StyleProcessor A Datum-only NodeProcessor for changing the formatting style of XML element names and attributes.
TagProcessor A Datum-only NodeProcessor for recursively adding attribute tags to sets of sibling elements.
ToAttributeProcessor A Datum-only NodeProcessor for converting element content into attribute content.
ToElementProcessor A Datum-only NodeProcessor for converting attributes into element content.
WrapProcessor A Datum-only NodeProcessor for increasing the level of nesting for the queried set of elements.
XFormProcessor Common base class for all XForm operations.
 

Package org.writersforge.catalan.transform.xform Description

Catalan XML-to-XML Data Transformation Package [Deprecated]. This package contains a set of NodeProcessor implementations which transform XML from one form to another, analogous to XSLT.