Class: XmlBase (Builder)

Overview
Module Structure
Class Hierarchy
Instance Methods
XmlBase#initialize / 2
XmlBase#tag! / 3
XmlBase#method_missing / 3
XmlBase#text! / 1
XmlBase#<< / 1
XmlBase#nil?
XmlBase#_escape / 1
XmlBase#_escape_quote / 1
XmlBase#_newline
XmlBase#_indent
XmlBase#_nested_structures / 1
is a submodule of
module: Builder   
inherits from
  BlankSlate   
is inherited by
  XmlMarkup ( Builder )
has properties
method: initialize / 2   
method: tag! / 3   
method: method_missing / 3   
method: text! / 1   
method: << / 1   
method: nil?   
method: _escape / 1   
method: _escape_quote / 1   
method: _newline   
method: _indent   
method: _nested_structures / 1   
is defined at
#12 in active_support/vendor/builder-2.1.2/builder/xmlbase.rb  

Overview

Module Structure

  module: <Toplevel Module>
  class: BlankSlate
  module: Builder
class: XmlBase     
class: XmlMarkup     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
BlankSlate
has properties
class method: hide / 1   
class method: find_hidden_method / 1   
class method: reveal / 1   
XmlBase ( Builder )
has properties
method: initialize / 2   
method: tag! / 3   
method: method_missing / 3   
method: text! / 1   
method: << / 1   
method: nil?   
method: _escape / 1   
method: _escape_quote / 1   
method: _newline   
method: _indent   
method: _nested_structures / 1   
  XmlMarkup     

Instance Methods

XmlBase#initialize / 2

#22 in active_support/vendor/builder-2.1.2/builder/xmlbase.rb

initialize ( indent=0 ,
  initial=0 )

XmlBase#tag! / 3

#30 in active_support/vendor/builder-2.1.2/builder/xmlbase.rb

tag! ( sym ,
  *args ,
  &block )

XmlBase#method_missing / 3

#37 in active_support/vendor/builder-2.1.2/builder/xmlbase.rb

method_missing ( sym ,
  *args ,
  &block )

XmlBase#text! / 1

#80 in active_support/vendor/builder-2.1.2/builder/xmlbase.rb

text! ( text )

XmlBase#_escape / 1

#114 in active_support/vendor/builder-2.1.2/builder/xmlbase.rb

_escape ( text )

XmlBase#_escape_quote / 1

#118 in active_support/vendor/builder-2.1.2/builder/xmlbase.rb

_escape_quote ( text )

XmlBase#_nested_structures / 1

#132 in active_support/vendor/builder-2.1.2/builder/xmlbase.rb

_nested_structures ( block )