Module: XmlMini_REXML (ActiveSupport)

Overview
Module Structure
Constants
XmlMini_REXML::CONTENT_KEY
Instance Methods
XmlMini_REXML#parse / 1
XmlMini_REXML#merge_element! / 2
XmlMini_REXML#collapse / 1
XmlMini_REXML#merge_texts! / 2
XmlMini_REXML#merge! / 3
XmlMini_REXML#get_attributes / 1
XmlMini_REXML#empty_content? / 1
is a submodule of
module: ActiveSupport   
extends
  XmlMini_REXML ( ActiveSupport )
is extended by
module: XmlMini_REXML ( ActiveSupport )
has properties
constant: CONTENT_KEY   
method: parse / 1   
method: merge_element! / 2   
method: collapse / 1   
method: merge_texts! / 2   
method: merge! / 3   
method: get_attributes / 1   
method: empty_content? / 1   
is defined at
#3 in active_support/xml_mini/rexml.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
module: XmlMini_REXML     

Constants

XmlMini_REXML::CONTENT_KEY

#6 in active_support/xml_mini/rexml.rb

CONTENT_KEY = '__content__'.freeze   

Instance Methods

XmlMini_REXML#parse / 1

#15 in active_support/xml_mini/rexml.rb

parse ( string )

XmlMini_REXML#merge_element! / 2

#28 in active_support/xml_mini/rexml.rb

merge_element! ( hash ,
  element )

XmlMini_REXML#collapse / 1

#36 in active_support/xml_mini/rexml.rb

collapse ( element )

XmlMini_REXML#merge_texts! / 2

#54 in active_support/xml_mini/rexml.rb

merge_texts! ( hash ,
  element )

XmlMini_REXML#merge! / 3

#74 in active_support/xml_mini/rexml.rb

merge! ( hash ,
  key ,
  value )

XmlMini_REXML#get_attributes / 1

#94 in active_support/xml_mini/rexml.rb

get_attributes ( element )

XmlMini_REXML#empty_content? / 1

#104 in active_support/xml_mini/rexml.rb

empty_content? ( element )