Constructor and Description |
---|
SectionBlock(String title,
int level,
Block[] blocks)
Creates the SectionBlock.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Block[] |
getBlocks()
Returns the childBlocks.
|
int |
getLevel()
Returns the level.
|
String |
getTitle()
Returns the title.
|
int |
hashCode() |
String |
toString() |
void |
traverse(Sink sink)
Traverse the block
|
public final int getLevel()
int
with the level.public final String getTitle()
String
with the title.public final void traverse(Sink sink)
public final Block[] getBlocks()
Block[]
with the childBlocks.Copyright © 2005–2023 The Apache Software Foundation. All rights reserved.