Module: Doc2Text::Odt::XmlNodes::Node::ClassMethods

Defined in:
lib/doc2text/odt_xml_node.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#not_enclosing_tagsObject (readonly)

Returns the value of attribute not_enclosing_tags.



88
89
90
# File 'lib/doc2text/odt_xml_node.rb', line 88

def not_enclosing_tags
  @not_enclosing_tags
end

Instance Method Details

#not_enclosing(tag) ⇒ Object



90
91
92
93
# File 'lib/doc2text/odt_xml_node.rb', line 90

def not_enclosing(tag)
  @not_enclosing_tags ||= []
  @not_enclosing_tags << tag
end