Package net.sf.practicalxml.converter

This package contains classes to convert between XML and a variety of other formats.

See: Description

Package net.sf.practicalxml.converter Description

This package contains classes to convert between XML and a variety of other formats. Each conversion has a top-level convenience class in this package, which handles common conversion scenarios and provides overall documentation on the conversion. Sub-packages contain the actual conversion classes; you may need to use those classes directly for "unusual" conversions.

Any problems during conversion (in either direction) are reported via ConversionException. This is a runtime exception and will wrap any source exception (checked or not). When converting from XML to another format, the exception will contain the XPath to the node failing conversion.

Since:
1.1