Interface TableRowDomNode
- All Superinterfaces:
DefaultDomNode
,DomNode
A dom node representing a table row of a
table
.- Since:
- 4.2.22
-
Method Summary
Modifier and TypeMethodDescriptionReturns the first child node ornull
if there is no such node.@Nullable TableRowDomNode
Returns the next sibling node ornull
if there is no such node.Methods inherited from interface de.espirit.firstspirit.access.editor.value.DefaultDomNode
appendChild, appendChild, appendChild, appendChild
Methods inherited from interface de.espirit.firstspirit.access.editor.value.DomNode
getChildren, getChildren, getFormatTemplate, getNodeType, getParent, getReferences, getTagName, hasChildren, isSystemTemplate, removeChild, replaceChild
-
Method Details
-
getFirstChild
TableCell getFirstChild()Returns the first child node ornull
if there is no such node.- Specified by:
getFirstChild
in interfaceDomNode
- Since:
- 4.2.204
-
getNextSibling
Returns the next sibling node ornull
if there is no such node.- Specified by:
getNextSibling
in interfaceDomNode
- Since:
- 4.2.204
-