Home | History | Annotate | Download | only in sax

Lines Matching defs:sax

0 // SAX error handler.
6 package org.xml.sax;
10 * Basic interface for SAX error handlers.
19 * <p>If a SAX application needs to implement customized error
22 * {@link org.xml.sax.XMLReader#setErrorHandler setErrorHandler}
32 * <p>For XML processing errors, a SAX driver must use this interface
37 * {@link #fatalError fatalError}. In other words, a SAX driver class
43 * @since SAX 1.0
46 * @see org.xml.sax.XMLReader#setErrorHandler
47 * @see org.xml.sax.SAXParseException
55 * <p>SAX parsers will use this method to report conditions that
60 * <p>The SAX parser must continue to provide normal parsing events
68 * SAX parse exception.
69 * @exception org.xml.sax.SAXException Any SAX exception, possibly
71 * @see org.xml.sax.SAXParseException
86 * <p>The SAX parser must continue to provide normal parsing
97 * SAX parse exception.
98 * @exception org.xml.sax.SAXException Any SAX exception, possibly
100 * @see org.xml.sax.SAXParseException
111 * org.xml.sax.ContentHandler#endDocument}. Until this ambiguity
125 * messages: in fact, SAX parsers are free to stop reporting any
129 * SAX parse exception.
130 * @exception org.xml.sax.SAXException Any SAX exception, possibly
132 * @see org.xml.sax.SAXParseException