public final class CSSExcludedStylePropertyProblem extends CSSProblem
Modifier and Type | Field and Description |
---|---|
String |
component |
static String |
DESCRIPTION |
static int |
errorCode |
String |
style |
UNKNOWN
Constructor and Description |
---|
CSSExcludedStylePropertyProblem(ICSSProperty property,
String component)
Create a problem for using excluded style.
|
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String style
public final String component
public CSSExcludedStylePropertyProblem(ICSSProperty property, String component)
property
- CSS property node.component
- Name of the class that has the "Exclude" metadata tag.Copyright © 2016 The Apache Software Foundation. All rights reserved.