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