public final class TableRow extends CompositeNode<TableCell>
Represents a table row.
Constructor and Description |
---|
TableRow()
Initializes a new instance of the
TableRow class. |
TableRow(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
Date |
getLastModifiedTime()
Gets or sets the last modified time.
|
void |
setLastModifiedTime(Date value)
Gets or sets the last modified time.
|
appendChildFirst, appendChildLast, getChildNodes, getChildren, getFirstChild, getLastChild, insertChild, insertChildrenRange, insertChildrenRange, isComposite, iterator, removeChild
getDocument, getNextSibling, getNodeType, getParentNode, getPreviousSibling
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Deprecated public TableRow(Document document)
Initializes a new instance of the TableRow
class.
document
- The parent document of the table row.public TableRow()
Initializes a new instance of the TableRow
class.
public Date getLastModifiedTime()
Gets or sets the last modified time.
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
accept
in interface INode
accept
in class CompositeNode<TableCell>
visitor
- The object of a class derived from the DocumentVisitor
.