Class AbstractSink

  • All Implemented Interfaces:
    java.lang.AutoCloseable, Markup, Sink
    Direct Known Subclasses:
    SinkAdapter, SinkWrapper

    public abstract class AbstractSink
    extends java.lang.Object
    implements Sink, Markup
    An abstract base class that defines some convenience methods for sinks. Also acts as compatibility bridge for Doxia 1.0 methods which have overloaded variants in Doxia > 1.0 (taking an additional argument SinkEventAttributes). This implementation just delegates the former to the latter with argument SinkEventAttributes being null.
    Since:
    1.1