Class XmlHandler

  • All Implemented Interfaces:
    CopyMoveHandler, DeleteHandler, IOHandler, PropertyHandler

    public class XmlHandler
    extends DefaultHandler
    XmlHandler imports xml files and exports nodes that have the proper XML_MIMETYPE defined with their content. The export is performed by running a document view export for the content of the export root defined with the specified ExportContext.

    Please note that this handler is not suited for a generic system or document view import/export of Nodes because an extra root node is always created during import and expected during export, respectively.