public interface TreeElement extends ParagraphElement, org.docgene.model.conditions.ConditionElement<XMLTreeItem>
TYPE_NONE
Modifier and Type | Method and Description |
---|---|
void |
addItem(XMLTreeItem elt)
Add a child element.
|
default java.util.List<XMLTreeItem> |
getConditionElementsList()
Return the list of elements for a condition.
|
default java.util.List<TreeElement> |
getElementsList()
Return the list of elements.
|
TreeElement |
getParent()
Return the parent.
|
XMLTree |
getParentTree()
Return the parent tree.
|
default boolean |
hasParent()
Return true if there is a parent tree.
|
default boolean |
hasUniqueElement()
Return true.
|
getCustomStyles, getDeclaration, getInlinedStyle, getStyle, hasInlinedStyle, setCustomStyles, setCustomStyles, setInlinedStyle
XMLTree getParentTree()
TreeElement getParent()
default boolean hasParent()
default java.util.List<TreeElement> getElementsList()
default boolean hasUniqueElement()
hasUniqueElement
in interface org.docgene.model.conditions.ConditionElement<XMLTreeItem>
default java.util.List<XMLTreeItem> getConditionElementsList()
getConditionElementsList
in interface org.docgene.model.conditions.ConditionElement<XMLTreeItem>
void addItem(XMLTreeItem elt)
elt
- the child elementCopyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence