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

class REXML::NotationDecl + REXML::Child + REXML::Node

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

要約

特異メソッド

new(name, middle, pub, sys)

[TODO]

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]

name

[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]

public
public=(value)

[TODO]

remove

[TODO]

replace_with(child)

[TODO]

system
system=(value)

[TODO]

to_s

[TODO]

to_s(indent = -1)

[TODO]

write(output, indent = -1)

[TODO]

class REXML::NotationDecl