Class NoInlineStyleInformationRule

  • All Implemented Interfaces:
    JspParserVisitor, ImmutableLanguage, PropertySource, Rule

    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