Home | History | Annotate | Download | only in adapter

Lines Matching refs:Parser

35  * Extremely fast and lightweight WBXML parser, implementing only the subset of WBXML that
39 public abstract class Parser {
53 private String logTag = "EAS Parser";
60 // The input stream for this parser
82 // the parser at any given time
147 public Parser(InputStream in) throws IOException {
153 * Set the debug state of the parser. When debugging is on, every token is logged (Log.v) to
284 * used to ignore stretches of xml that aren't needed by the parser.
313 * Initializes the parser with an input stream; reads the first 4 bytes (which are always the
317 * @param in the InputStream associated with this parser
468 * Read an integer from the stream; this is called when the parser knows that what follows is