Class MarkupVisitor<T,​E extends Throwable>

  • Type Parameters:
    T - the type of stream to write to
    E - the type of exception that can be thrown when a writing error occurs
    All Implemented Interfaces:
    IMarkupVisitor<T,​E>

    public class MarkupVisitor<T,​E extends Throwable>
    extends Object
    implements IMarkupVisitor<T,​E>
    This implementation is stateless.