Class AbstractSink

java.lang.Object
org.apache.maven.doxia.sink.impl.AbstractSink
All Implemented Interfaces:
AutoCloseable, Markup, Sink
Direct Known Subclasses:
SinkAdapter, SinkWrapper

public abstract class AbstractSink extends 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