Package org.ametys.plugins.contentio.in.xml
package org.ametys.plugins.contentio.in.xml
-
ClassDescriptionAbstract
XmlContentImporter
class which provides base XML importer configuration and logic.Configurable XML prefix resolver.Default implementation of an XML content importer.ContentImporter
which imports contents from XML files.
TheXmlContentImporter.supports(Document)
method is used instead of theContentImporter.supports(InputStream, String)
, so that the XML file is parsed only once.