Class: Doc2Text::Odt::XmlNodes::Text::LineBreak
- Inherits:
-
Object
- Object
- Doc2Text::Odt::XmlNodes::Text::LineBreak
- 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, #delete_on_close?, #eql?, #expand, #generic?, #has_text?, included, #initialize, #not_deleted?, #not_enclosing?, #root?, titleize, #to_s, #un_delete, #xml_name
Instance Method Details
#open ⇒ Object
171 172 173 |
# File 'lib/doc2text/odt_xml_namespaces.rb', line 171 def open '<br/>' end |