Package ca.macewan.ims.enterprise.io

The IMS enterprise IO package contains classes for reading and writing IMS enterprise XML files adhering to the IMS Enterprise Specification v1.1.

See:
          Description

Class Summary
IMSEnterpriseBuilder IMSEnterpriseBuilder lets you write an IMS enterprise XML file as a series of top level elements.
IMSEnterpriseParser IMSEnterpriseParser lets you read the top-level elements of an IMS enterprise XML document one at a time, much like an iterator.
IMSEnterpriseReader IMSEnterpriseReader lets you read an entire IMS enterprise XML file in one read action.
IMSEnterpriseWriter IMSEnterpriseWriter lets you write an entire IMS enterprise XML file in one write action.
 

Package ca.macewan.ims.enterprise.io Description

The IMS enterprise IO package contains classes for reading and writing IMS enterprise XML files adhering to the IMS Enterprise Specification v1.1.

XML parsing is dependent on a JSR173 streaming XML API implementation being present on the classpath.

Version:
0.1
Author:
Erwin Veugelers
See Also:
IMS Enterprise Specification, JSR173 API