るりまサーチ

最速Rubyリファレンスマニュアル検索!
328件ヒット [301-328件を表示] (0.042秒)
トップページ > クエリ:element[x] > クエリ:attribute[x]

別のキーワード

  1. cgi element_init
  2. cgi/html element_init
  3. matrix element
  4. element add_attribute
  5. element add_namespace

検索結果

<< < ... 2 3 4 >>

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 されます。...
<< < ... 2 3 4 >>