Class: Docbook::Mirror::Node::TableCell

Inherits:
Docbook::Mirror::Node show all
Defined in:
lib/docbook/mirror/node.rb

Constant Summary collapse

PM_TYPE =
"table_cell"

Constants inherited from Docbook::Mirror::Node

NODES

Instance Attribute Summary

Attributes inherited from Docbook::Mirror::Node

#attrs, #content, #marks, #type

Method Summary

Methods inherited from Docbook::Mirror::Node

from_h, #initialize, #text_content, #to_h, #to_json

Constructor Details

This class inherits a constructor from Docbook::Mirror::Node