|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.util.Section
public class Section
Section of text.
| Constructor Summary | |
|---|---|
Section()
Creates a new Section instance. |
|
| Method Summary | |
|---|---|
String |
getEndingLine()
Gets the line marking the end of this section. |
StringBuilder |
getHeadContent()
Gets the content of this section preceding any child section content. |
String |
getName()
Gets the name of this section. |
List<Section> |
getSections()
Gets the child sections of this section. |
String |
getStartingLine()
Gets the line marking the start of this section. |
StringBuilder |
getTailContent()
Gets the content of this section succeeding any child section content. |
void |
setEndingLine(String value)
Sets the line marking the end of this section. |
void |
setName(String value)
Sets the name of this section. |
void |
setStartingLine(String value)
Sets the line marking the start of this section. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Section()
Section instance.
| Method Detail |
|---|
public String getName()
null.public void setName(String value)
value - The new name of this section or null.public String getStartingLine()
public void setStartingLine(String value)
value - The new line marking the start of this section.public String getEndingLine()
public void setEndingLine(String value)
value - The new line marking the end of this section.public StringBuilder getHeadContent()
public StringBuilder getTailContent()
public List<Section> getSections()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||