| Package | Description |
|---|---|
| org.apache.maven.doxia.parser | |
| org.apache.maven.doxia.sink.impl |
| Modifier and Type | Method and Description |
|---|---|
protected List<SinkWrapperFactory> |
AbstractParser.getSinkWrapperFactories()
Returns all sink wrapper factories (both registered automatically and manually).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.addSinkWrapperFactory(SinkWrapperFactory factory)
Registers a given
SinkWrapperFactory with the parser used in subsequent calls of parse(...) |
void |
AbstractParser.addSinkWrapperFactory(SinkWrapperFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferingSinkProxyFactory
Buffers all method calls on the proxied Sink until its
Sink.flush() is called. |
class |
CreateAnchorsForIndexEntriesFactory |
class |
UniqueAnchorNamesValidatorFactory |
| Modifier and Type | Method and Description |
|---|---|
int |
SinkWrapperFactoryComparator.compare(SinkWrapperFactory o1,
SinkWrapperFactory o2) |
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.