Class: XmlMarkup (Builder)

Overview
Module Structure
Class Hierarchy
Instance Methods
XmlMarkup#initialize / 1
XmlMarkup#target!
XmlMarkup#comment! / 1
XmlMarkup#declare! / 3
XmlMarkup#instruct! / 2
XmlMarkup#cdata! / 1
XmlMarkup#_text / 1
XmlMarkup#_special / 5
XmlMarkup#_start_tag / 3
XmlMarkup#_end_tag / 1
XmlMarkup#_insert_attributes / 2
XmlMarkup#_attr_value / 1
XmlMarkup#_ensure_no_block / 1
is a submodule of
module: Builder   
inherits from
  XmlBase ( Builder )
is inherited by
  XmlEvents ( Builder )
has properties
method: initialize / 1   
method: target!   
method: comment! / 1   
method: declare! / 3   
method: instruct! / 2   
method: cdata! / 1   
method: _text / 1   
method: _special / 5   
method: _start_tag / 3   
method: _end_tag / 1   
method: _insert_attributes / 2   
method: _attr_value / 1   
method: _ensure_no_block / 1   
is defined at
#160 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Builder
class: XmlBase     
class: XmlEvents     
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 ( Builder )
has properties
method: initialize / 1   
method: target!   
method: comment! / 1   
method: declare! / 3   
method: instruct! / 2   
method: cdata! / 1   
method: _text / 1   
method: _special / 5   
method: _start_tag / 3   
method: _end_tag / 1   
method: _insert_attributes / 2   
method: _attr_value / 1   
method: _ensure_no_block / 1   
  XmlEvents     

Instance Methods

XmlMarkup#initialize / 1

#185 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

initialize ( options={} )

XmlMarkup#comment! / 1

#197 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

comment! ( comment_text )

XmlMarkup#declare! / 3

#208 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

declare! ( inst ,
  *args ,
  &block )

XmlMarkup#instruct! / 2

#238 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

instruct! ( directive_tag=:xml ,
  attrs={} )

XmlMarkup#cdata! / 1

#259 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

cdata! ( text )

XmlMarkup#_text / 1

#270 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

_text ( text )

XmlMarkup#_special / 5

#275 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

_special ( open ,
  close ,
  data=nil ,
  attrs=nil ,
  order=[] )

XmlMarkup#_start_tag / 3

#286 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

_start_tag ( sym ,
  attrs ,
  end_too=false )

XmlMarkup#_end_tag / 1

#294 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

_end_tag ( sym )

XmlMarkup#_insert_attributes / 2

#299 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

_insert_attributes ( attrs ,
  order=[] )

XmlMarkup#_attr_value / 1

#310 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

_attr_value ( value )

XmlMarkup#_ensure_no_block / 1

#319 in active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

_ensure_no_block ( got_block )