Home | History | Annotate | Download | only in sax

Lines Matching defs:Parser

1 // SAX parser interface.
4 // $Id: Parser.java,v 1.6 2002/01/30 21:13:47 dbrownell Exp $
35 * may reuse a parser object (possibly with a different input source)
53 public interface Parser
79 * SAX parser will resolve system identifiers and open connections
84 * in the middle of a parse, and the SAX parser must begin using
98 * events reported by the SAX parser will be silently
103 * handler in the middle of a parse, and the SAX parser must
117 * document events reported by the SAX parser will be silently
122 * middle of a parse, and the SAX parser must begin using the new
136 * all error events reported by the SAX parser will be silently
141 * middle of a parse, and the SAX parser must begin using the new
155 * <p>The application can use this method to instruct the SAX parser
160 * progress (they should create a new Parser instead for each
162 * application may reuse the same Parser object, possibly with a
169 * @exception java.io.IOException An IO exception from the parser,
195 * by the application before it is passed to the parser.</p>
200 * @exception java.io.IOException An IO exception from the parser,
210 // end of Parser.java