Class XhtmlParserModule

  • All Implemented Interfaces:
    org.apache.maven.doxia.parser.module.ParserModule

    @Component(role=org.apache.maven.doxia.parser.module.ParserModule.class,
               hint="xhtml")
    public class XhtmlParserModule
    extends org.apache.maven.doxia.parser.module.AbstractParserModule

    XhtmlParserModule class.

    Since:
    1.6
    • Constructor Summary

      Constructors 
      Constructor Description
      XhtmlParserModule()
      Default constructor.
    • Method Summary

      • Methods inherited from class org.apache.maven.doxia.parser.module.AbstractParserModule

        getExtensions, getParserId, getSourceDirectory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XhtmlParserModule

        public XhtmlParserModule()
        Default constructor.