public interface Rendering
The interface for a rendering sink. Implemented for several serialization targets.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Rendering.$u002C$u0020$ | 
| static class  | Rendering.CrLf$ | 
| static class  | Rendering.Empty$ | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | check(int mark) | 
| int | mark() | 
| Rendering | putEscaped(java.lang.String s,
          org.parboiled2.CharPredicate escape,
          char escChar) | 
| Rendering | putReplaced(java.lang.String s,
           org.parboiled2.CharPredicate keep,
           char placeholder) |