org.asciidoctor.extension
public abstract class InlineMacroProcessor extends MacroProcessor
| Modifier and Type | Field and Description |
|---|---|
protected org.jruby.RubyRegexp |
regexp |
nameconfig, rubyRuntime| Constructor and Description |
|---|
InlineMacroProcessor(String macroName) |
InlineMacroProcessor(String macroName,
Map<String,Object> config) |
| Modifier and Type | Method and Description |
|---|---|
org.jruby.RubyRegexp |
getRegexp() |
org.jruby.RubyRegexp |
resolveRegexp(String macroName,
String format) |
getName, options, process, setNamecreateBlock, createBlock, createInline, createInline, document, getConfig, update_configpublic InlineMacroProcessor(String macroName)
Copyright © 2014. All Rights Reserved.