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

class REXML::DTD::AttlistDecl + REXML::Child + REXML::Node

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

要約

特異メソッド

new(parent = nil)

[TODO]

インスタンスメソッド

bytes

[TODO]

document

[TODO]

each_recursive {|node| ... }

[TODO]

find_first_recursive {|node| ... }

[TODO]

indent(to, ind)

[TODO]

index_in_parent

[TODO]

next_sibling

[TODO]

next_sibling=(other)

[TODO]

next_sibling_node

[TODO]

parent

[TODO]

parent=(other)

[TODO]

parent?

[TODO]

previous_sibling

[TODO]

previous_sibling=(other)

[TODO]

previous_sibling_node

[TODO]

remove

[TODO]

replace_with(child)

[TODO]

to_s(indent = -1)

[TODO]

定数

PATTERN_RE

[TODO]

START

[TODO]

START_RE

[TODO]

class REXML::DTD::AttlistDecl