Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java42 private Scanner theScanner; field in Parser
352 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 …]