Home | History | Annotate | Download | only in helpers

Lines Matching defs:sax

7 package org.xml.sax.helpers;
10 import org.xml.sax.Attributes;
11 import org.xml.sax.ContentHandler;
12 import org.xml.sax.DTDHandler;
13 import org.xml.sax.EntityResolver;
14 import org.xml.sax.ErrorHandler;
15 import org.xml.sax.InputSource;
16 import org.xml.sax.Locator;
17 import org.xml.sax.SAXException;
18 import org.xml.sax.SAXNotRecognizedException;
19 import org.xml.sax.SAXNotSupportedException;
20 import org.xml.sax.SAXParseException;
21 import org.xml.sax.XMLFilter;
22 import org.xml.sax.XMLReader;
35 * <p>This class is designed to sit between an {@link org.xml.sax.XMLReader
42 * @since SAX 2.0
45 * @see org.xml.sax.XMLFilter
46 * @see org.xml.sax.XMLReader
47 * @see org.xml.sax.EntityResolver
48 * @see org.xml.sax.DTDHandler
49 * @see org.xml.sax.ContentHandler
50 * @see org.xml.sax.ErrorHandler
71 * @see org.xml.sax.XMLReader#setFeature
72 * @see org.xml.sax.XMLReader#setProperty
97 // Implementation of org.xml.sax.XMLFilter.
104 * <p>This is the {@link org.xml.sax.XMLReader XMLReader} from which
135 // Implementation of org.xml.sax.XMLReader.
146 * @exception org.xml.sax.SAXNotRecognizedException If the feature
148 * @exception org.xml.sax.SAXNotSupportedException When the
170 * @exception org.xml.sax.SAXNotRecognizedException If the feature
172 * @exception org.xml.sax.SAXNotSupportedException When the
194 * @exception org.xml.sax.SAXNotRecognizedException If the property
196 * @exception org.xml.sax.SAXNotSupportedException When the
216 * @exception org.xml.sax.SAXNotRecognizedException If the property
218 * @exception org.xml.sax.SAXNotSupportedException When the
325 * @exception org.xml.sax.SAXException Any SAX exception, possibly
343 * @exception org.xml.sax.SAXException Any SAX exception, possibly
359 // Implementation of org.xml.sax.EntityResolver.
369 * @exception org.xml.sax.SAXException The client may throw
389 // Implementation of org.xml.sax.DTDHandler.
399 * @exception org.xml.sax.SAXException The client may throw
418 * @exception org.xml.sax.SAXException The client may throw
435 // Implementation of org.xml.sax.ContentHandler.
456 * @exception org.xml.sax.SAXException The client may throw
471 * @exception org.xml.sax.SAXException The client may throw
488 * @exception org.xml.sax.SAXException The client may throw
504 * @exception org.xml.sax.SAXException The client may throw
524 * @exception org.xml.sax.SAXException The client may throw
544 * @exception org.xml.sax.SAXException The client may throw
562 * @exception org.xml.sax.SAXException The client may throw
580 * @exception org.xml.sax.SAXException The client may throw
597 * @exception org.xml.sax.SAXException The client may throw
613 * @exception org.xml.sax.SAXException The client may throw
628 // Implementation of org.xml.sax.ErrorHandler.
636 * @exception org.xml.sax.SAXException The client may throw
652 * @exception org.xml.sax.SAXException The client may throw
668 * @exception org.xml.sax.SAXException The client may throw