public class AbstractBlockImpl extends AbstractNodeImpl implements AbstractBlock
| Modifier and Type | Field and Description |
|---|---|
protected AbstractBlock |
delegate |
abstractNode, runtime| Constructor and Description |
|---|
AbstractBlockImpl(AbstractBlock blockDelegate,
org.jruby.Ruby runtime) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractBlock> |
blocks() |
java.lang.Object |
content() |
java.lang.String |
convert() |
AbstractBlock |
delegate() |
java.util.List<AbstractBlock> |
findBy(java.util.Map<java.lang.Object,java.lang.Object> selector) |
java.util.List<AbstractBlock> |
getBlocks() |
java.lang.Object |
getContent() |
int |
getLevel() |
java.lang.String |
getNodeName() |
java.lang.String |
getStyle() |
java.lang.String |
getTitle() |
java.lang.String |
style() |
java.lang.String |
title() |
context, document, getAttr, getAttr, getAttr, getAttributes, getContext, getDocument, getParent, getReftext, getRole, getRoles, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isBlock, isInline, isOption, isReftext, isRole, listMarkerKeyword, listMarkerKeyword, mediaUri, normalizeWebPath, parent, readAsset, role, setAttrclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, document, getAttr, getAttr, getAttr, getAttributes, getContext, getDocument, getParent, getReftext, getRole, getRoles, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isBlock, isInline, isOption, isReftext, isRole, listMarkerKeyword, listMarkerKeyword, mediaUri, normalizeWebPath, parent, readAsset, role, setAttrprotected AbstractBlock delegate
public AbstractBlockImpl(AbstractBlock blockDelegate, org.jruby.Ruby runtime)
public java.lang.String title()
title in interface AbstractBlockpublic java.lang.String getTitle()
getTitle in interface AbstractBlockpublic java.lang.String style()
style in interface AbstractBlockpublic java.lang.String getStyle()
getStyle in interface AbstractBlockgetStyle in interface AbstractNodegetStyle in class AbstractNodeImplpublic java.util.List<AbstractBlock> blocks()
blocks in interface AbstractBlockpublic java.util.List<AbstractBlock> getBlocks()
getBlocks in interface AbstractBlockpublic java.lang.Object content()
content in interface AbstractBlockpublic java.lang.Object getContent()
getContent in interface AbstractBlockpublic java.lang.String getNodeName()
getNodeName in interface AbstractNodegetNodeName in class AbstractNodeImplpublic java.lang.String convert()
convert in interface AbstractBlockpublic int getLevel()
getLevel in interface AbstractBlockpublic AbstractBlock delegate()
delegate in interface AbstractBlockpublic java.util.List<AbstractBlock> findBy(java.util.Map<java.lang.Object,java.lang.Object> selector)
findBy in interface AbstractBlock