Module io.sf.carte.tokenproducer
Package io.sf.carte.uparser
Interface TokenHandler3<E extends Exception>
- All Superinterfaces:
ContentHandler<E>
,ControlHandler<E>
,TokenErrorHandler<E>
- All Known Subinterfaces:
TokenHandler
,TokenHandler2
- All Known Implementing Classes:
CommentRemovalHandler
public interface TokenHandler3<E extends Exception>
extends ContentHandler<E>, ControlHandler<E>, TokenErrorHandler<E>
To be implemented by listeners that handle the different events generated by
the
TokenProducer3
.-
Method Summary
Methods inherited from interface io.sf.carte.uparser.ContentHandler
character, commented, endOfStream, endPunctuation, escaped, leftCurlyBracket, leftParenthesis, leftSquareBracket, quoted, quotedWithControl, rightCurlyBracket, rightParenthesis, rightSquareBracket, separator, startPunctuation, word
Methods inherited from interface io.sf.carte.uparser.ControlHandler
control, quotedNewlineChar, tokenStart
Methods inherited from interface io.sf.carte.uparser.TokenErrorHandler
error