ElementTree addDivision(ElementTree parent, String initialtext=createString(0), String cssclass=createString(0))
Arguments
parent: The parent elementinitialtext: Optionally, initial text content for the element.cssclass: Optionally, the CSS class to apply to the division
Usage
Add a generic block to the end of the specified element. Unlike paragraphs, lists, etc. this block has no defined semantics, and so is useful for grouping and styling purposes.