Class: Comment (REXML)

Overview
Module Structure
Class Hierarchy
Constants
Comment::START
Comment::STOP
Instance Aliases
Comment#to_s
Instance Attributes
Comment#string [RW]
Instance Methods
Comment#initialize / 2
Comment#clone
Comment#write / 4
Comment#<=> / 1
Comment#== / 1
Comment#node_type
is a submodule of
module: REXML   
includes
  Comparable ( Builtin-Module )
inherits from
  Child ( REXML )
has properties
constant: START   
constant: STOP   
attribute: string [RW]   
method: initialize / 2   
method: clone   
method: write / 4   
alias: to_s string   
method: <=> / 1   
method: == / 1   
method: node_type   
is defined at
#6 in rexml/comment.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
module: Comparable     
  module: REXML
class: Child     
class: Comment     

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   
Comment ( REXML )
includes
  Comparable ( Builtin-Module )
has properties
constant: START   
constant: STOP   
attribute: string [RW]   
method: initialize / 2   
method: clone   
method: write / 4   
alias: to_s string   
method: <=> / 1   
method: == / 1   
method: node_type   

Constants

Comment::START

#8 in rexml/comment.rb

START = "<!--"   

Comment::STOP

#9 in rexml/comment.rb

STOP = "-->"   

Instance Aliases

Comment#to_s

#58 in rexml/comment.rb

to_s string   

Instance Attributes

Comment#string [RW]

#13 in rexml/comment.rb

Instance Methods

Comment#initialize / 2

#23 in rexml/comment.rb

initialize ( first ,
  second = nil )

Comment#clone

#33 in rexml/comment.rb

clone

Comment#write / 4

#50 in rexml/comment.rb

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

Comment#<=> / 1

#63 in rexml/comment.rb

<=> ( other )

Comment#== / 1

#70 in rexml/comment.rb

== ( other )

Comment#node_type

#75 in rexml/comment.rb

node_type