| Interface | Description |
|---|---|
| XmlContentImporter |
ContentImporter which imports contents from XML files.The XmlContentImporter.supports(Document) method is used instead of the ContentImporter.supports(InputStream, String),
so that the XML file is parsed only once. |
| Class | Description |
|---|---|
| AbstractXmlContentImporter |
Abstract
XmlContentImporter class which provides base XML importer configuration and logic. |
| AbstractXmlContentImporter.DefaultPrefixResolver |
Configurable XML prefix resolver.
|
| DefaultXmlContentImporter |
Default implementation of an XML content importer.
|