Package org.ametys.plugins.contentio.in.xml
-
Interface Summary Interface Description XmlContentImporter 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. -
Class Summary Class Description AbstractXmlContentImporter AbstractXmlContentImporter
class which provides base XML importer configuration and logic.AbstractXmlContentImporter.DefaultPrefixResolver Configurable XML prefix resolver.DefaultXmlContentImporter Default implementation of an XML content importer.