Changed Methods |
int getElementIndex(int )
|
Documentation changed from old to new. |
Gets the child element index closest to the given offset. |
int getEndOffset()
|
Documentation changed from old to new. |
Fetches the offset from the beginning of the document that this element ends at. |
Element getParentElement()
|
Documentation changed from old to new. |
Fetches the parent element. |
int getStartOffset()
|
Documentation changed from old to new. |
Fetches the offset from the beginning of the document that this element begins at. |
boolean isLeaf()
|
Documentation changed from old to new. |
Is this element a leaf element An element that may have children even if it currently has no children would return false . |