public interface StructuralNode extends ContentNode
| Modifier and Type | Method and Description |
|---|---|
void |
append(StructuralNode block)
Appends a new child block as the last block to this block.
|
java.util.List<StructuralNode> |
blocks()
Deprecated.
Please use getBlocks() instead
|
java.lang.Object |
content()
Deprecated.
Please use getContent() instead
|
java.lang.String |
convert() |
java.util.List<StructuralNode> |
findBy(java.util.Map<java.lang.Object,java.lang.Object> selector) |
java.util.List<StructuralNode> |
getBlocks() |
java.lang.Object |
getContent() |
int |
getLevel() |
Cursor |
getSourceLocation()
Returns the source location of this block.
|
java.lang.String |
getStyle() |
java.lang.String |
getTitle() |
void |
setTitle(java.lang.String title) |
java.lang.String |
style()
Deprecated.
Please use getStyle() instead
|
java.lang.String |
title()
Deprecated.
Please use getTitle() instead
|
addRole, context, document, getAttr, getAttr, getAttr, getAttributes, getContext, getDocument, getId, getNodeName, getParent, getReftext, getRole, getRoles, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isBlock, isInline, isOption, isReftext, isRole, mediaUri, normalizeWebPath, parent, readAsset, removeRole, role, setAttr, setIdjava.lang.String title()
java.lang.String getTitle()
void setTitle(java.lang.String title)
java.lang.String style()
java.lang.String getStyle()
java.util.List<StructuralNode> blocks()
java.util.List<StructuralNode> getBlocks()
void append(StructuralNode block)
block - The new child block added as last child to this block.java.lang.Object content()
java.lang.Object getContent()
java.lang.String convert()
java.util.List<StructuralNode> findBy(java.util.Map<java.lang.Object,java.lang.Object> selector)
int getLevel()
Cursor getSourceLocation()
sourcemap option is enabled when loading or rendering the document.null if the sourcemap option is not enabled when loading the document.