public interface Emitter
| Modifier and Type | Method and Description |
|---|---|
void |
addLinkRef(String key,
LinkRef linkRef)
Adds a LinkRef to this set of LinkRefs.
|
void |
emit(StringBuilder out,
Block root)
Transforms the given block recursively into HTML.
|
void |
setUseExtensions(boolean useExtensions)
Sets whether to use the extended profile.
|
void setUseExtensions(boolean useExtensions)
useExtensions - True to use extensions.void addLinkRef(String key, LinkRef linkRef)
key - The key/id.linkRef - The LinkRef.void emit(StringBuilder out, Block root)
out - The StringBuilder to write to.root - The Block to process.Copyright © 2016. All Rights Reserved.