org.asciidoctor.extension
public abstract class MacroProcessor extends Processor
| Modifier and Type | Field and Description |
|---|---|
protected String |
macroName |
document, rubyRuntime| Constructor and Description |
|---|
MacroProcessor(String macroName,
DocumentRuby documentRuby) |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Object> |
options() |
Object |
process(DocumentRuby parent,
String target,
Map<String,Object> attributes) |
protected abstract Object |
process(Document parent,
String target,
Map<String,Object> attributes) |
createBlockprotected String macroName
public MacroProcessor(String macroName, DocumentRuby documentRuby)
Copyright © 2013. All Rights Reserved.