Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::Elementクラス
クラスの継承リスト: REXML::Element < REXML::Namespace < REXML::XMLTokens < REXML::Parent < Enumerable < REXML::Child < REXML::Node < Object < Kernel < BasicObject
new(arg = UNDEFINED, parent = nil, context = nil)[TODO]
add_attribute(key, value = nil)[TODO]
add_attributes(hash)[TODO]
add_element(element, attrs = nil)[TODO]
add_namespace(prefix, uri = nil)[TODO]
add_text(text)[TODO]
attribute(name, namespace = nil)[TODO]
attributes[TODO]
cdatas[TODO]
clone[TODO]
comments[TODO]
contextcontext=(value)[TODO]
delete_attribute(key)[TODO]
delete_element(element)[TODO]
delete_namespace(namespace = "xmlns")[TODO]
document[TODO]
each_element(xpath = nil) {|element| ... }[TODO]
each_element_with_attribute(key, value = nil, max = 0, name = nil) {|element| ... }[TODO]
each_element_with_text(text = nil, max = 0, name = nil) {|element| ... }[TODO]
elements[TODO]
get_elements(xpath)[TODO]
get_text(path = nil)[TODO]
has_attributes?[TODO]
has_elements?[TODO]
has_text?[TODO]
ignore_whitespace_nodes[TODO]
inspect[TODO]
instructions[TODO]
namespace[TODO]
namespaces[TODO]
next_element[TODO]
node_type[TODO]
prefixes[TODO]
previous_element[TODO]
raw[TODO]
root[TODO]
root_node[TODO]
text(path = nil)[TODO]
text=(text)[TODO]
texts[TODO]
whitespace[TODO]
write(writer = $stdout, indent = -1, transitive = false, ie_hack = false)[TODO]
xpath[TODO]
UNDEFINED[TODO]