Modifier and Type | Method and Description |
---|---|
protected Section |
SectionEditor.getSection(String line)
Parses the given line to mark the start of a new section.
|
Section |
Section.getSection(String sectionName)
Gets a child section matching a given name.
|
Modifier and Type | Method and Description |
---|---|
List<Section> |
Section.getSections()
Gets the child sections of this section.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SectionEditor.editSection(Section section)
Edits a section.
|
protected String |
SectionEditor.getOutput(Section section)
Gets the output of the editor.
|
Copyright © 2005–2016 The JOMC Project. All rights reserved.