412件ヒット
[401-412件を表示]
(0.044秒)
別のキーワード
ライブラリ
- matrix (64)
-
rexml
/ document (348)
クラス
- Matrix (64)
-
REXML
:: Attribute (12) -
REXML
:: Attributes (12) -
REXML
:: Child (24) -
REXML
:: DocType (24) -
REXML
:: Element (180) -
REXML
:: Elements (96)
キーワード
- << (12)
- [] (24)
- []= (12)
- add (12)
-
add
_ attribute (24) -
add
_ attributes (12) -
add
_ element (12) -
add
_ namespace (24) - attribute (12)
-
attribute
_ of (12) - collect! (14)
- component (12)
- delete (24)
-
delete
_ all (12) -
delete
_ attribute (12) -
delete
_ element (12) -
delete
_ namespace (12) - each (12)
-
each
_ element _ with _ attribute (12) -
each
_ element _ with _ text (12) -
get
_ text (12) - map! (14)
- namespace (12)
-
next
_ sibling= (12) -
previous
_ sibling= (12) - text (12)
- text= (12)
-
to
_ a (12) - write (12)
検索結果
-
REXML
:: Attribute # namespace(arg = nil) -> String | nil (19.0) -
属性の名前空間の URI を返します。
...は nil を返します。
@param arg この値を指定すると、その属性の名前空間でなく、arg という名前空間
の URI が返されます。
通常は省略します。
//emlist[][ruby]{
require 'rexml/document'
e = REXML::Element.new("el")
e.add_attribute("xmln...