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()
Deprecated.
|
java.lang.Object |
content()
Deprecated.
|
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.String |
getCaption() |
java.lang.Object |
getContent()
Deprecated.
|
int |
getLevel() |
java.lang.String |
getNodeName() |
java.util.List<Section> |
getSections() |
java.lang.String |
getStyle() |
java.lang.String |
getTitle() |
boolean |
isBlocks() |
boolean |
isSections() |
boolean |
isTitle() |
java.lang.String |
style()
Deprecated.
|
java.lang.String |
title()
Deprecated.
|
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)
@Deprecated public java.lang.String title()
title in interface AbstractBlockpublic java.lang.String getTitle()
getTitle in interface AbstractBlockpublic boolean isTitle()
@Deprecated public java.lang.String style()
style in interface AbstractBlockpublic java.lang.String getStyle()
getStyle in interface AbstractBlockgetStyle in interface AbstractNodegetStyle in class AbstractNodeImplpublic java.lang.String getCaption()
@Deprecated public java.util.List<AbstractBlock> blocks()
blocks in interface AbstractBlockpublic java.util.List<AbstractBlock> getBlocks()
getBlocks in interface AbstractBlockpublic boolean isBlocks()
@Deprecated public java.lang.Object content()
content in interface AbstractBlock@Deprecated public 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<Section> getSections()
public boolean isSections()
public java.util.List<AbstractBlock> findBy(java.util.Map<java.lang.Object,java.lang.Object> selector)
findBy in interface AbstractBlock