public interface Document extends StructuralNode
SUBSTITUTION_ATTRIBUTES, SUBSTITUTION_MACROS, SUBSTITUTION_POST_REPLACEMENTS, SUBSTITUTION_QUOTES, SUBSTITUTION_REPLACEMENTS, SUBSTITUTION_SPECIAL_CHARACTERS| Modifier and Type | Method and Description |
|---|---|
boolean |
basebackend(java.lang.String backend)
Deprecated.
Please use
isBasebackend(String) |
java.util.List<StructuralNode> |
blocks() |
java.lang.String |
doctitle()
Deprecated.
Please use
getDoctitle() |
int |
getAndIncrementCounter(java.lang.String name)
Gets the current counter with the given name and increases its value.
|
int |
getAndIncrementCounter(java.lang.String name,
int initialValue)
Gets the current counter with the given name and increases its value.
|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes() |
java.lang.String |
getDoctitle() |
java.util.Map<java.lang.Object,java.lang.Object> |
getOptions() |
Title |
getStructuredDoctitle() |
boolean |
isBasebackend(java.lang.String backend) |
java.lang.String |
title() |
addSubstitution, append, content, convert, findBy, getBlocks, getContent, getContentModel, getLevel, getSourceLocation, getStyle, getSubstitutions, getTitle, isSubstitutionEnabled, prependSubstitution, removeSubstitution, setStyle, setSubstitutions, setTitle, styleaddRole, context, document, getAttr, getAttr, getAttr, getAttribute, getAttribute, getAttribute, getContext, getDocument, getId, getNodeName, getParent, getReftext, getRole, getRoles, hasAttr, hasAttr, hasAttribute, hasAttribute, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isAttribute, isAttribute, isBlock, isInline, isOption, isReftext, isRole, mediaUri, normalizeWebPath, parent, readAsset, removeRole, role, setAttr, setAttribute, setIdTitle getStructuredDoctitle()
Titlejava.lang.String getDoctitle()
Titlejava.lang.String doctitle()
getDoctitle()Titlejava.lang.String title()
title in interface StructuralNodejava.util.Map<java.lang.String,java.lang.Object> getAttributes()
getAttributes in interface ContentNodeboolean isBasebackend(java.lang.String backend)
boolean basebackend(java.lang.String backend)
isBasebackend(String)java.util.List<StructuralNode> blocks()
blocks in interface StructuralNodejava.util.Map<java.lang.Object,java.lang.Object> getOptions()
int getAndIncrementCounter(java.lang.String name)
name - int getAndIncrementCounter(java.lang.String name,
int initialValue)
name - initialValue -