META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of doxia-module-xhtml Show documentation
Show all versions of doxia-module-xhtml Show documentation
A Doxia module for Xhtml source documents.
<component-set> <components> <component> <role>org.apache.maven.doxia.parser.Parser</role> <role-hint>xhtml</role-hint> <implementation>org.apache.maven.doxia.module.xhtml.XhtmlParser</implementation> <description>Parse an xhtml model and emit events into a Doxia Sink.</description> </component> <component> <role>org.apache.maven.doxia.sink.SinkFactory</role> <role-hint>xhtml</role-hint> <implementation>org.apache.maven.doxia.module.xhtml.XhtmlSinkFactory</implementation> <description>Xhtml implementation of the Sink factory.</description> </component> <component> <role>org.apache.maven.doxia.module.site.SiteModule</role> <role-hint>xhtml</role-hint> <implementation>org.apache.maven.doxia.module.xhtml.XhtmlSiteModule</implementation> <description><p>XhtmlSiteModule class.</description> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy