Class: Doc2Text::Odt::XmlNodes::Text::LineBreak

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/doc2text/namespaces.rb

Instance Attribute Summary

Attributes included from Node

#attrs, #children, #name, #parent, #prefix

Instance Method Summary collapse

Methods included from Node

#<<, #close, create_node, #delete_on_close?, #eql?, #generic?, #has_text?, included, #initialize, #not_enclosing?, #remove_last_child!, #root?, titleize, #to_s, #xml_name

Instance Method Details

#openObject



128
129
130
# File 'lib/doc2text/namespaces.rb', line 128

def open
  '<br/>'
end