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

class REXML::Instruction + REXML::Child

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

要約

特異メソッド

new(target, content = nil)

[TODO]

new(parent = nil)

[TODO]

インスタンスメソッド

self == other

[TODO]

bytes

[TODO]

clone

[TODO]

content
content=(value)

[TODO]

document

[TODO]

inspect

[TODO]

next_sibling

[TODO]

next_sibling=(other)

[TODO]

node_type

[TODO]

parent

[TODO]

parent=(other)

[TODO]

previous_sibling

[TODO]

previous_sibling=(other)

[TODO]

remove

[TODO]

replace_with(child)

[TODO]

target
target=(value)

[TODO]

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

[TODO]

定数

START

[TODO]

STOP

[TODO]

class REXML::Instruction