public final class TableRow extends CompositeNode<TableCell>
Represents a table row.
Constructor and Description |
---|
TableRow(Document document)
Initializes a new instance of the
TableRow class. |
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, getText, insertChild, insertChildrenRange, insertChildrenRange, isComposite, iterator, removeChild
getDocument, getNextSibling, getNodeType, getParentNode, getPreviousSibling
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public TableRow(Document document)
Initializes a new instance of the TableRow
class.
document
- The parent document of the table row.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
.