AbstractList of children elements
Returns document in which the element is located.
Document in which the element is located.
Returns type of the element.
Type of the element as string.
Returns id of the element.
Id of the element.
Returns depth of the element.
Depth of the element.
Returns parent of the element.
Parent of the element, or null if this element has no parent.
Returns parent paragraph of the element. The paragraph doesn't have to be direct parent of the element.
Parent paragraph of the element, or null if this element has no parent.
Returns system name of the element.
System name of the element.
Returns value of the element.
Value of the element.
Checks if the element has specified tag.
Tag that is checked.
True if element has specified tag, false otherwise.
Checks if the element is repeated.
True if element is repeated, false otherwise.
Checks if the element is visible.
True if element is visible, false otherwise.
Sets value of the element.
Optionalvalue: anyValue to be set to the element.
Returns list of children elements.