Home | History | Annotate | Download | only in tagsoup

Lines Matching refs:LexicalHandler

25 import org.xml.sax.ext.LexicalHandler;
31 public class Parser extends DefaultHandler implements ScanHandler, XMLReader, LexicalHandler {
36 private LexicalHandler theLexicalHandler = this;
107 A value of "true" indicates that the LexicalHandler will report
253 org.xml.sax.ext.LexicalHandler.
370 else if (value instanceof LexicalHandler) {
371 theLexicalHandler = (LexicalHandler)value;
374 throw new SAXNotSupportedException("Your lexical handler is not a LexicalHandler");
1104 // Default LexicalHandler implementation