org.asciidoctor.internal
public interface AsciidoctorModule
| Modifier and Type | Method and Description |
|---|---|
void |
block_macro(Object blockSymbol,
String blockClassName) |
void |
block_processor(Object blockSymbol,
String blockClassName) |
void |
include_processor(String includeProcessorClassName) |
void |
inline_macro(Object blockSymbol,
String blockClassName) |
DocumentRuby |
load_file(String filename,
Map<String,Object> options) |
DocumentRuby |
load(String content,
Map<String,Object> options) |
void |
postprocessor(String postprocessorClassName) |
void |
preprocessor(String preprocessorClassName) |
Object |
render_file(String filename,
Map<String,Object> options) |
Object |
render(String content,
Map<String,Object> options) |
void |
treeprocessor(String treeprocessor) |
void preprocessor(String preprocessorClassName)
void postprocessor(String postprocessorClassName)
void include_processor(String includeProcessorClassName)
void treeprocessor(String treeprocessor)
DocumentRuby load_file(String filename, Map<String,Object> options)
DocumentRuby load(String content, Map<String,Object> options)
Copyright © 2013. All Rights Reserved.