Class NoInlineStyleInformationRule

All Implemented Interfaces:
AstVisitor<Object,Object>, JspVisitor<Object,Object>, Rule, PropertySource

public class NoInlineStyleInformationRule extends AbstractJspRule
This rule checks that no "style" elements (like <B>, <FONT>, ...) are used, and that no "style" attributes (like "font", "size", "align") are used.
Author:
pieter_van_raemdonck