Searched refs:theLexicalHandler (Results 1 – 1 of 1) sorted by relevance
37 private LexicalHandler theLexicalHandler = this; field in Parser349 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()