org.asciidoctor.ast
public class AbstractBlockImpl extends Object implements AbstractBlock
| Modifier and Type | Field and Description |
|---|---|
protected AbstractBlock |
delegate |
protected org.jruby.Ruby |
runtime |
| Constructor and Description |
|---|
AbstractBlockImpl(AbstractBlock blockDelegate,
org.jruby.Ruby runtime) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
attributes() |
List<AbstractBlock> |
blocks() |
Object |
content() |
String |
context() |
String |
convert() |
AbstractBlock |
delegate() |
DocumentRuby |
document() |
List<AbstractBlock> |
findBy(Map<Object,Object> selector) |
String |
id() |
String |
role() |
String |
style() |
String |
title() |
protected AbstractBlock delegate
protected org.jruby.Ruby runtime
public AbstractBlockImpl(AbstractBlock blockDelegate, org.jruby.Ruby runtime)
public String id()
id in interface AbstractBlockpublic String title()
title in interface AbstractBlockpublic String role()
role in interface AbstractBlockpublic String style()
style in interface AbstractBlockpublic List<AbstractBlock> blocks()
blocks in interface AbstractBlockpublic Map<String,Object> attributes()
attributes in interface AbstractBlockpublic Object content()
content in interface AbstractBlockpublic String convert()
convert in interface AbstractBlockpublic String context()
context in interface AbstractBlockpublic AbstractBlock delegate()
delegate in interface AbstractBlockpublic DocumentRuby document()
document in interface AbstractBlockpublic List<AbstractBlock> findBy(Map<Object,Object> selector)
findBy in interface AbstractBlockCopyright © 2014. All Rights Reserved.