Interface | Description |
---|---|
BufferingSinkProxyFactory.BufferingSink | |
SinkWrapperFactory |
A factory for a sink wrapping another sink.
|
Class | Description |
---|---|
AbstractLocator | |
AbstractSink |
An abstract base class that defines some convenience methods for sinks.
|
AbstractTextSink |
An abstract
Sink for text markup syntax. |
AbstractTextSinkFactory |
An abstract
SinkFactory for Text markup syntax. |
AbstractXmlSink |
An abstract
Sink for xml markup syntax. |
AbstractXmlSinkFactory |
An abstract
SinkFactory for XML markup syntax. |
BufferingSinkProxyFactory |
Buffers all method calls on the proxied Sink until its
Sink.flush() is called. |
CreateAnchorsForIndexEntries |
Sink wrapper which emits anchors for each entry detected by the underlying
IndexingSink . |
CreateAnchorsForIndexEntriesFactory | |
EventCapturingSinkProxy |
A proxy for a Sink which captures all event/method names called on it.
|
PipelineSink | Deprecated
Use the
SinkWrapper approach which doesn't require the use of dynamic proxies. |
RandomAccessSink | Deprecated
Use
BufferingSinkProxyFactory instead which buffers on the (higher) Sink API level
which usually is less memory intense than buffering the output stream which is done by this class. |
SinkAdapter |
Empty implementation of the
Sink interface. |
SinkEventAttributeSet |
Implementation of MutableAttributeSet using a LinkedHashMap.
|
SinkEventAttributeSet.Semantics |
Attribute sets for the semantic attribute.
|
SinkUtils |
Collection of common utility methods for sinks.
|
SinkWrapper |
By default a
SinkWrapper just delegates each method to the wrapped sink's method. |
SinkWrapperFactoryComparator |
Sorts the given
SinkWrapperFactory s so that the one with the highest priority comes first (i.e. |
UniqueAnchorNamesValidator |
Validates that each anchor name only appears once per document.
|
UniqueAnchorNamesValidatorFactory | |
Xhtml5BaseSink |
Abstract base xhtml5 sink implementation.
|
Enum | Description |
---|---|
Xhtml5BaseSink.VerbatimMode |
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.