Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java43 private AutoDetector theAutoDetector; field in Parser
358 return theAutoDetector; in getProperty()
396 theAutoDetector = (AutoDetector)value; in setProperty()
461 if (theAutoDetector == null) { in setup()
462 theAutoDetector = new AutoDetector() { in setup()
491 r = theAutoDetector.autoDetectingReader(i); in getReader()