Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::Instructionクラス

class REXML::Instruction

クラスの継承リスト: REXML::Instruction < REXML::Child < REXML::Node < Object < Kernel < BasicObject

Abstract

特異メソッド

new(target, content = nil)

インスタンスメソッド

self == other
clone
content
content=(value)
inspect
node_type
target
target=(value)
write(writer, indent = -1, transitive = false, ie_hack = false)

定数

START
STOP

Methods

Classes