36件ヒット
[1-36件を表示]
(0.020秒)
別のキーワード
ライブラリ
-
rexml
/ document (36)
クラス
-
REXML
:: Element (12)
モジュール
-
REXML
:: Namespace (24)
キーワード
-
has
_ name? (12) - whitespace (12)
検索結果
先頭3件
-
REXML
:: Namespace # expanded _ name -> String (18125.0) -
REXML::Namespace#name= で設定された名前を返します。
...REXML::Namespace#name= で設定された名前を返します。
name= で指定した名前が prefix を含んでいれば
prefix を含む名前を返し、そうでなければ
prefix を含まない名前を返します。
@see REXML::Namespace#prefix... -
REXML
:: Element # whitespace -> bool (12.0) -
要素(self)内で空白が考慮されるならば真を返します。
...のには :all が指定されている場合と、
配列に含まれている場合の両方があります。
のいずれかの場合に真を返します。
要素名として REXML::Namespace#expanded_name が使われるので、
名前空間の prefix は判定に影響します。... -
REXML
:: Namespace # has _ name?(other , ns = nil) -> bool (12.0) -
self が other と ns で指定した名前を持っているならば真を返します。
...。
ns が nil でない場合は名前空間も比較されます。
other が ":" を含んでいる(つまり prefix を含んでいる)場合は
REXML::Namespace#fully_expanded_name と other を比較します。
どちらでもない場合は other と REXML::Namespace#name を直接
比較...