12件ヒット
[1-12件を表示]
(0.097秒)
別のキーワード
クラス
-
REXML
:: Element (12)
検索結果
-
REXML
:: Element # text(path = nil) -> String | nil (241.0) -
先頭のテキスト子ノードの文字列を返します。
...。
path を渡した場合は、その XPath 文字列で指定される
テキストノードの文字列を返します。
テキストノードがない場合には nil を返します。
@param path XPath文字列
@see REXML::Element#get_text
//emlist[][ruby]{
require 'rexml/document'
doc =...