All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.parser.CssErrorToken
java.lang.Object
|
+----org.w3c.css.parser.CssError
|
+----org.w3c.css.parser.CssErrorToken
- public class CssErrorToken
- extends CssError
-
getContexts()
- Get contexts
-
getErrorDescription()
- Get the string description of the error.
-
getExpected()
- Get the expected text.
-
getPropertyName()
- Get the name of the property.
-
getSkippedString()
- Get the skipped text.
getContexts
public Vector getContexts()
- Get contexts
getPropertyName
public String getPropertyName()
- Get the name of the property.
getErrorDescription
public String getErrorDescription()
- Get the string description of the error.
getExpected
public String[] getExpected()
- Get the expected text.
getSkippedString
public String getSkippedString()
- Get the skipped text.
All Packages Class Hierarchy This Package Previous Next Index