Searched refs:theScanner (Results 1 – 1 of 1) sorted by relevance
42 private Scanner theScanner; field in Parser352 return theScanner; in getProperty()380 theScanner = (Scanner)value; in setProperty()443 theScanner.resetDocumentLocator(input.getPublicId(), input.getSystemId()); in parse()444 if (theScanner instanceof Locator) { in parse()445 theContentHandler.setDocumentLocator((Locator)theScanner); in parse()450 theScanner.scan(r, this); in parse()460 if (theScanner == null) theScanner = new HTMLScanner(); in setup()668 theScanner.startCDATA(); in etag_cdata()800 theScanner.startCDATA(); in push()[all …]