328件ヒット
[301-328件を表示]
(0.042秒)
別のキーワード
ライブラリ
-
rexml
/ document (276) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (12)
クラス
-
REXML
:: Attribute (96) -
REXML
:: Attributes (24) -
REXML
:: DocType (24) -
REXML
:: Element (96)
モジュール
-
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12)
キーワード
- Attribute (12)
- Attributes (12)
-
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 6 . 0 (7) - Namespace (12)
-
add
_ attribute (24) -
add
_ attributes (12) - attlistdecl (12)
-
attribute
_ of (12) - attributes (12)
-
attributes
_ of (12) - clone (12)
- delete (12)
-
delete
_ attribute (12) -
each
_ element _ with _ attribute (12) - element= (12)
-
has
_ attributes? (12) - namespace (12)
- new (36)
- prefix (12)
-
rexml
/ document (12) -
start
_ element (12) -
to
_ string (12)
検索結果
-
rexml
/ document (42.0) -
DOM スタイルの XML パーサ。
...el/bookmark").map do |bookmark|
href = bookmark.attribute("href").value
title_element = bookmark.elements["title"]
title = title_element ? title_element.text : nil
desc_element = bookmark.elements["desc"]
desc = desc_element ? desc_element.text : nil
Bookmark.new(href, title, desc)
end... -
NEWS for Ruby 2
. 4 . 0 (12.0) -
NEWS for Ruby 2.4.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...ine
* Readline.quoting_detection_proc, Readline.quoting_detection_proc= を追加
12659
* rexml
* REXML::Element#[] : If String or Symbol is specified, attribute
value is returned. Otherwise, Nth child is returned. This is
backward compatible change.
* set
* Set#c... -
REXML
:: Namespace (12.0) -
XML 名前空間によって管理される「名前」を持つようなノードを 表すモジュール。
...XML 名前空間によって管理される「名前」を持つようなノードを
表すモジュール。
要素(REXML::Element)、属性(REXML::Attribute)
に include されます。...