Home | History | Annotate | Download | only in sax

Lines Matching defs:sax

0 // SAX locator interface for document events.
6 package org.xml.sax;
10 * Interface for associating a SAX event with a document location.
19 * <p>If a SAX parser provides location information to the SAX
22 * handler's {@link org.xml.sax.ContentHandler#setDocumentLocator
24 * object to obtain the location of any other SAX event
32 * <p>SAX parsers are not required to supply a locator, but they are
36 * the {@link org.xml.sax.ContentHandler#startDocument startDocument}
40 * @since SAX 1.0
43 * @see org.xml.sax.ContentHandler#setDocumentLocator
98 * <p>If possible, the SAX driver should provide the line position
125 * <p>If possible, the SAX driver should provide the line position