An {@code ImportHandler} instance can be used to import serializeddata in System View XML or Document View XML. Processing of the XML is handled by specialized {@code ContentHandler}s (i.e. {@code SysViewImportHandler} and {@code DocViewImportHandler}).
The actual task of importing though is delegated to the implementation of the {@code} {@link Importer}} interface.
Important Note: These SAX Event Handlers expect that Namespace URI's and local names are reported in the {@code start/endElement} events and that{@code start/endPrefixMapping} events are reported(i.e. default SAX2 Namespace processing).