Searched refs:theErrorHandler (Results 1 - 1 of 1) sorted by path

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java38 private ErrorHandler theErrorHandler = this; field in class:Parser
431 theErrorHandler = (handler == null) ? this : handler;
435 return (theErrorHandler == this) ? null : theErrorHandler;

Completed in 215 milliseconds