net.sourceforge.pmd.jsp.rules
Class NoInlineStyleInformation
java.lang.Object
net.sourceforge.pmd.jsp.ast.JspParserVisitorAdapter
net.sourceforge.pmd.jsp.rules.AbstractJspRule
net.sourceforge.pmd.jsp.rules.NoInlineStyleInformation
- All Implemented Interfaces:
- JspParserVisitor, Rule
- public class NoInlineStyleInformation
- extends AbstractJspRule
This rule checks that no "style" elements (like , , ...) are used, and that no
"style" attributes (like "font", "size", "align") are used.
- Author:
- pieter_van_raemdonck
Methods inherited from class net.sourceforge.pmd.jsp.rules.AbstractJspRule |
addProperties, addProperty, addViolation, addViolation, addViolation, addViolationWithMessage, apply, equals, getBooleanProperty, getDescription, getDoubleProperty, getExample, getExternalInfoUrl, getIntProperty, getMessage, getName, getPriority, getPriorityName, getProperties, getRuleSetName, getStringProperty, hashCode, hasProperty, include, setDescription, setExample, setExternalInfoUrl, setInclude, setMessage, setName, setPriority, setRuleSetName, setUsesDFA, usesDFA, visitAll |
Methods inherited from class net.sourceforge.pmd.jsp.ast.JspParserVisitorAdapter |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
NoInlineStyleInformation
public NoInlineStyleInformation()
visit
public java.lang.Object visit(ASTAttribute node,
java.lang.Object data)
- Specified by:
visit
in interface JspParserVisitor
- Overrides:
visit
in class JspParserVisitorAdapter
visit
public java.lang.Object visit(ASTElement node,
java.lang.Object data)
- Specified by:
visit
in interface JspParserVisitor
- Overrides:
visit
in class JspParserVisitorAdapter
Copyright © 2002-2006 InfoEther. All Rights Reserved.