net.sourceforge.pmd.lang.jsp.rule.basic
Class NoInlineStyleInformationRule
java.lang.Object
net.sourceforge.pmd.AbstractPropertySource
net.sourceforge.pmd.lang.rule.AbstractRule
net.sourceforge.pmd.lang.jsp.rule.AbstractJspRule
net.sourceforge.pmd.lang.jsp.rule.basic.NoInlineStyleInformationRule
- All Implemented Interfaces:
- JspParserVisitor, ImmutableLanguage, PropertySource, Rule
public class NoInlineStyleInformationRule
- 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.lang.jsp.rule.AbstractJspRule |
apply, setUsesTypeResolution, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitAll |
Methods inherited from class net.sourceforge.pmd.lang.rule.AbstractRule |
addExample, addRuleChainVisit, addRuleChainVisit, addViolation, addViolation, addViolation, addViolationWithMessage, addViolationWithMessage, addViolationWithMessage, deepCopyValuesTo, end, equals, getDescription, getExamples, getExternalInfoUrl, getLanguage, getMaximumLanguageVersion, getMessage, getMinimumLanguageVersion, getName, getParserOptions, getPriority, getRuleChainVisits, getRuleClass, getRuleSetName, getSince, hashCode, isDeprecated, setDeprecated, setDescription, setExternalInfoUrl, setLanguage, setMaximumLanguageVersion, setMessage, setMinimumLanguageVersion, setName, setPriority, setRuleClass, setRuleSetName, setSince, setUsesDFA, start, usesDFA, usesRuleChain, usesTypeResolution |
Methods inherited from class net.sourceforge.pmd.AbstractPropertySource |
copyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues |
Methods inherited from interface net.sourceforge.pmd.PropertySource |
definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues |
NoInlineStyleInformationRule
public NoInlineStyleInformationRule()
visit
public Object visit(ASTAttribute node,
Object data)
- Specified by:
visit
in interface JspParserVisitor
- Overrides:
visit
in class AbstractJspRule
visit
public Object visit(ASTElement node,
Object data)
- Specified by:
visit
in interface JspParserVisitor
- Overrides:
visit
in class AbstractJspRule
Copyright © 2002–2015 InfoEther. All rights reserved.