Interface XmlContentImporter

All Superinterfaces:
ContentImporter, Prioritizable
All Known Implementing Classes:
AbstractXmlContentImporter, DefaultXmlContentImporter

public interface XmlContentImporter extends ContentImporter
ContentImporter which imports contents from XML files.
The supports(Document) method is used instead of the ContentImporter.supports(InputStream, String), so that the XML file is parsed only once.