Package com.cleancode.xml

This package provides a full-featured XML pre-processor along with several generic XML convenience classes.

See:
          Description

Class Summary
DocumentPlus Adds several convenience methods to a standard org.w3c.dom.Document object.
DocumentPlus.Test A standalone test class for a sanity check.
SimpleValidate Tiny utility to run a basic XML Schema Validation using Xerces.
XmlTransform Transforms and/or schema-validates a tree of files, optionally generating multi-level indices and adding navigational linkages.
XslQualifier A class to safely set XSL transformer parameters.
 

Package com.cleancode.xml Description

This package provides a full-featured XML pre-processor along with several generic XML convenience classes. XslQualifier adds a safety mechanism to a Transformer object when you need to pass parameters to an XSL file, while DocumentPlus provides some handy routines for accessing XML via the DOM approach. XmlTransform is a general purpose tool that may be used as a command-line application or a library class, to transform and/or schema-validate a tree of files, optionally generating multi-level indices and adding navigational linkages. This may be used, among other things, to create and manage a web site, by converting XML to HTML.

Since:
V0



CleanCode Java Libraries Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads