Searched refs:theScanner (Results 1 - 1 of 1) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java41 private Scanner theScanner; field in class:Parser
351 return theScanner;
379 theScanner = (Scanner)value;
442 theScanner.resetDocumentLocator(input.getPublicId(), input.getSystemId());
443 if (theScanner instanceof Locator) {
444 theContentHandler.setDocumentLocator((Locator)theScanner);
449 theScanner.scan(r, this);
459 if (theScanner == null) theScanner = new HTMLScanner();
667 theScanner
[all...]

Completed in 146 milliseconds