public final class CSSUnknownDefaultNamespaceProblem extends CSSProblem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
String |
selectorText |
UNKNOWN
Constructor and Description |
---|
CSSUnknownDefaultNamespaceProblem(ICSSSelector selector)
Create a problem when a CSS document doesn't have a default namespace and
the selector doesn't specify a namespace prefix.
|
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String selectorText
public CSSUnknownDefaultNamespaceProblem(ICSSSelector selector)
selector
- selector without explicit namespaceCopyright © 2016 The Apache Software Foundation. All rights reserved.