@Deprecated public interface Renderer
Modifier and Type | Method and Description |
---|---|
void |
highlight(String name,
InputStream in,
OutputStream out,
String encoding,
boolean fragment)
Deprecated.
|
String |
highlight(String name,
String in,
String encoding,
boolean fragment)
Deprecated.
|
void highlight(String name, InputStream in, OutputStream out, String encoding, boolean fragment) throws IOException
IOException
String highlight(String name, String in, String encoding, boolean fragment) throws IOException
IOException
Copyright © 2011–2024. All rights reserved.