Class DropDivOfClassSectionRule
- java.lang.Object
-
- com.opensymphony.module.sitemesh.html.BasicRule
-
- org.codehaus.xsite.extractors.sitemesh.rules.DropDivOfClassSectionRule
-
- All Implemented Interfaces:
com.opensymphony.module.sitemesh.html.TagRule
public class DropDivOfClassSectionRule extends com.opensymphony.module.sitemesh.html.BasicRuleSpecial rule for Maven/Doxia generated HTML pages. They nest typically the header paragraphs together with the following elements into a div section with a class attribute of value "section". This rule removes this div elements so that any contained element will be at the same level.- Author:
- Jörg Schaible
-
-
Constructor Summary
Constructors Constructor Description DropDivOfClassSectionRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(com.opensymphony.module.sitemesh.html.Tag tag)
-