|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Section in org.jomc.util |
|---|
| Fields in org.jomc.util with type parameters of type Section | |
|---|---|
private Map<Integer,List<Section>> |
Section.children
The child sections of this section. |
private Stack<Section> |
SectionEditor.stack
Stack of sections. |
| Methods in org.jomc.util that return Section | |
|---|---|
protected Section |
SectionEditor.getSection(String line)
Parses the given line to mark the start of a new section. |
| Methods in org.jomc.util that return types with arguments of type Section | |
|---|---|
private static List<Section> |
Section.collectSections(Section section,
List<Section> sections)
Collects sections recursively. |
(package private) List<Section> |
Section.getChildren()
Gets the child sections of this section. |
List<Section> |
Section.getSections()
Gets all sections recursively. |
| Methods in org.jomc.util with parameters of type Section | |
|---|---|
private static List<Section> |
Section.collectSections(Section section,
List<Section> sections)
Collects sections recursively. |
protected String |
SectionEditor.getOutput(Section root)
Gets the output of the editor. |
private StringBuilder |
SectionEditor.renderSections(Section section,
StringBuilder buffer)
Appends the content of a given section to a given buffer. |
| Method parameters in org.jomc.util with type arguments of type Section | |
|---|---|
private static List<Section> |
Section.collectSections(Section section,
List<Section> sections)
Collects sections recursively. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||