108件ヒット
[101-108件を表示]
(0.040秒)
ライブラリ
-
net
/ http (48) -
rexml
/ document (24) -
webrick
/ httpresponse (12) -
webrick
/ httpservlet / filehandler (24)
クラス
モジュール
-
Net
:: HTTPHeader (24)
キーワード
-
body
_ stream (12) -
body
_ stream= (12) - length (24)
-
make
_ partial _ content (12) -
prepare
_ range (12) -
sent
_ size (12)
検索結果
-
REXML
:: Attributes # length -> Integer (14.0) -
属性の個数を返します。
...性の個数を返します。
//emlist[][ruby]{
require 'rexml/document'
doc = REXML::Document.new(<<EOS)
<root xmlns:foo="http://example.org/foo"
xmlns:bar="http://example.org/bar">
<a foo:att='1' bar:att='2' att='<'/>
</root>
EOS
a = doc.get_elements("/root/a").first
p a.attributes...