Package org.ctan.markup.markdown.syntax
Interface HighlightHandler
public interface HighlightHandler
This interface describes a class to handle the highlighting of a character.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(int c, PushbackReader in, Writer out) This method renders from the input to the output.
-
Method Details
-
render
This method renders from the input to the output.- Parameters:
c
- the character to be handledin
- the input readerout
- the target writer- Throws:
IOException
- in case of an I/O error
-