Class: Instruction (REXML)

Overview
Module Structure
Class Hierarchy
Constants
Instruction::START
Instruction::STOP
Instance Attributes
Instruction#target [RW]
Instruction#content [RW]
Instance Methods
Instruction#initialize / 2
Instruction#clone
Instruction#write
Instruction#== / 1
Instruction#node_type
Instruction#inspect
is a submodule of
module: REXML   
inherits from
  Child ( REXML )
has properties
constant: START   
constant: STOP   
attribute: target [RW]   
attribute: content [RW]   
method: initialize / 2   
method: clone   
method: write   
method: == / 1   
method: node_type   
method: inspect   
is defined at
#7 in rexml/instruction.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: REXML
class: Child     
class: Instruction     

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   
Instruction ( REXML )
has properties
constant: START   
constant: STOP   
attribute: target [RW]   
attribute: content [RW]   
method: initialize / 2   
method: clone   
method: write   
method: == / 1   
method: node_type   
method: inspect   

Constants

Instruction::START

#8 in rexml/instruction.rb

START = '<\?'   

Instruction::STOP

#9 in rexml/instruction.rb

STOP = '\?>'   

Instance Attributes

Instruction#target [RW]

#13 in rexml/instruction.rb

Instruction#content [RW]

#13 in rexml/instruction.rb

Instance Methods

Instruction#initialize / 2

#24 in rexml/instruction.rb

initialize ( target ,
  content=nil )

Instruction#clone

#37 in rexml/instruction.rb

clone

Instruction#write

#44 in rexml/instruction.rb

write

Instruction#== / 1

#56 in rexml/instruction.rb

== ( other )

Instruction#node_type

#62 in rexml/instruction.rb

node_type

Instruction#inspect

#66 in rexml/instruction.rb

inspect