12件ヒット
[1-12件を表示]
(0.047秒)
ライブラリ
-
rexml
/ document (12)
クラス
-
REXML
:: Attributes (12)
検索結果
-
REXML
:: Attributes # [](name) -> String | nil (18119.0) -
属性名nameの属性値を返します。
...ttribute オブジェクトが必要な場合は
REXML::Attributes#get_attribute を使ってください。
nameという属性名の属性がない場合は nil を返します。
@param name 属性名(文字列)
//emlist[][ruby]{
require 'rexml/document'
doc = REXML::Document.new(<<EOS)
<root...