Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java37 private LexicalHandler theLexicalHandler = this; field in Parser
349 return theLexicalHandler == this ? null : theLexicalHandler; in getProperty()
369 theLexicalHandler = this; in setProperty()
372 theLexicalHandler = (LexicalHandler)value; in setProperty()
861 theLexicalHandler.startDTD(name, publicid, systemid); in decl()
862 theLexicalHandler.endDTD(); in decl()
976 theLexicalHandler.startCDATA(); in cdsect()
978 theLexicalHandler.endCDATA(); in cdsect()
1035 theLexicalHandler.comment(buff, offset, length); in cmnt()