Class: CData (REXML)

Overview
Module Structure
Class Hierarchy
Constants
CData::START
CData::STOP
CData::ILLEGAL
Instance Methods
CData#initialize / 3
CData#clone
CData#to_s
CData#value
CData#write / 4
is a submodule of
module: REXML   
inherits from
  Text ( REXML )
has properties
constant: START   
constant: STOP   
constant: ILLEGAL   
method: initialize / 3   
method: clone   
method: to_s   
method: value   
method: write / 4   
is defined at
#4 in rexml/cdata.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: REXML
class: CData     
class: Text     

Class Hierarchy

Object ( Builtin-Module )
has properties
method: dclone   
Child ( REXML )
includes
  Node ( REXML )
has properties
attribute: parent [R]   
method: initialize / 1   
method: replace_with / 1   
method: remove   
method: parent= / 1   
alias: next_sibling next_sibling_node   
alias: previous_sibling previous_sibling_node   
method: next_sibling= / 1   
method: previous_sibling= / 1   
method: document   
method: bytes   
Text ( REXML )
includes
  Comparable ( Builtin-Module )
has properties
constant: SPECIALS   
constant: SUBSTITUTES   
constant: SLAICEPS   
constant: SETUTITSBUS   
attribute: raw [RW]   
constant: ILLEGAL   
constant: NUMERICENTITY   
method: initialize / 6   
method: node_type   
method: empty?   
method: clone   
method: << / 1   
method: <=> / 1   
constant: REFERENCE   
method: to_s   
method: inspect   
method: value   
method: value= / 1   
method: wrap / 3   
method: indent_text / 4   
method: write / 4   
method: xpath   
method: write_with_substitution   
class method: read_with_substitution / 2   
constant: EREFERENCE   
class method: normalize / 3   
class method: unnormalize / 4   
CData ( REXML )
has properties
constant: START   
constant: STOP   
constant: ILLEGAL   
method: initialize / 3   
method: clone   
method: to_s   
method: value   
method: write / 4   

Constants

CData::START

#5 in rexml/cdata.rb

START = '<![CDATA['   

CData::STOP

#6 in rexml/cdata.rb

STOP = ']]>'   

CData::ILLEGAL

#7 in rexml/cdata.rb

ILLEGAL = /(\]\]>)/   

Instance Methods

CData#initialize / 3

#15 in rexml/cdata.rb

initialize ( first ,
  whitespace=true ,
  parent=nil )

CData#clone

#25 in rexml/cdata.rb

clone

CData#to_s

#34 in rexml/cdata.rb

to_s

CData#value

#38 in rexml/cdata.rb

value

CData#write / 4

#59 in rexml/cdata.rb

write ( output=$stdout ,
  indent=-1 ,
  transitive=false ,
  ie_hack=false )