Uses of Class
de.unirostock.sems.bives.markup.MarkupSection
-
Packages that use MarkupSection Package Description de.unirostock.sems.bives.markup -
-
Uses of MarkupSection in de.unirostock.sems.bives.markup
Methods in de.unirostock.sems.bives.markup that return types with arguments of type MarkupSection Modifier and Type Method Description List<MarkupSection>
MarkupDocument. getSections()
Gets the sections.Methods in de.unirostock.sems.bives.markup with parameters of type MarkupSection Modifier and Type Method Description void
MarkupDocument. addSection(MarkupSection section)
Adds a section.
-