Package org.w3c.flute.parser
package org.w3c.flute.parser
-
Interface SummaryInterfaceDescriptionThis interface describes a character stream that maintains line and column number positions of the characters.
-
Class SummaryClassDescriptionAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).A CSS2 parserDescribes the input token stream.
-
Exception SummaryExceptionDescriptionThis exception is thrown when parse errors are encountered.
-
Error Summary