Class: Doc2Text::Odt::XmlNodes::Office::DocumentContent
- Inherits:
-
Object
- Object
- Doc2Text::Odt::XmlNodes::Office::DocumentContent
- Includes:
- Node
- Defined in:
- lib/doc2text/odt_xml_namespaces.rb
Instance Attribute Summary
Attributes included from Node
#attrs, #children, #name, #parent, #prefix, #text
Instance Method Summary collapse
Methods included from Node
#close, create_node, #delete, #eql?, #expand, #generic?, #has_text?, included, #initialize, #not_deleted?, #not_enclosing?, #open, #root?, titleize, #to_s, #un_delete, #xml_name
Instance Method Details
#delete_on_close? ⇒ Boolean
40 41 42 |
# File 'lib/doc2text/odt_xml_namespaces.rb', line 40 def delete_on_close? true end |