144件ヒット
[1-100件を表示]
(0.070秒)
ライブラリ
-
rexml
/ document (48) - rss (48)
-
rubygems
/ specification (48)
クラス
-
Gem
:: Specification (48) -
REXML
:: DocType (48) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Rss :: Channel :: Item (24)
キーワード
-
attribute
_ of (12) -
attributes
_ of (12) -
external
_ id (12) - write (12)
検索結果
先頭5件
-
RSS
:: Maker :: ItemsBase :: ItemBase # author (18103.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # author (18103.0) -
@todo
@todo -
Gem
:: Specification # author -> String (18102.0) -
作成者の名前を返します。
作成者の名前を返します。 -
RSS
:: Maker :: ItemsBase :: ItemBase # author=() (6103.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # author= (6103.0) -
@todo
@todo -
Gem
:: Specification # author=(name) (6102.0) -
作成者の名前をセットします。
作成者の名前をセットします。 -
Gem
:: Specification # authors -> Array (6101.0) -
作成者の名前の配列を返します。
作成者の名前の配列を返します。 -
Gem
:: Specification # authors=(names) (6101.0) -
作成者の名前の配列をセットします。
作成者の名前の配列をセットします。 -
REXML
:: DocType # attributes _ of(element) -> [REXML :: Attribute] (19.0) -
DTD 内の属性リスト宣言で、 element という名前の要素に対し宣言されている 属性の名前とデフォルト値を REXML::Attribute の配列で返します。
...ATA)>
<!ATTLIST book
author CDATA #REQUIRED
title CDATA #REQUIRED
publisher CDATA "foobar publisher">
]>
EOS
p doctype.attributes_of("book")
# => [author='', title='', publisher='foobar publisher']
p doctype.attributes_of("book")[0].name # => "author"
p doctype.attribu...