Package org.apache.jackrabbit.rmi.xml

Utility classes for importing SAX event streams.

See:
          Description

Class Summary
ImportContentHandler Base class for a SAX content handler for importing XML data.
SessionImportContentHandler SAX content handler for importing XML data to a JCR Session.
WorkspaceImportContentHandler SAX content handler for importing XML data to a JCR Workspace.
 

Package org.apache.jackrabbit.rmi.xml Description

Utility classes for importing SAX event streams.

The classes in this package can be used for to implement the JCR Session.getImportContentHandler(String) and Workspace.getImportContentHandler(String, int) methods in terms of the corresponding importXML() methods.

These utility classes were designed for the transparent JCR-RMI layer, but can easily be used as a part of any JCR repository implementation. The public interface of this package depends only on the standard JCR and J2SE APIs. The implementation uses Xerces as an extra dependency to serialize the SAX event streams.



Copyright © 2004-2006 . All Rights Reserved.