240件ヒット
[201-240件を表示]
(0.226秒)
別のキーワード
ライブラリ
-
rexml
/ document (240)
クラス
-
REXML
:: Attribute (24) -
REXML
:: Attributes (36) -
REXML
:: Element (96)
モジュール
-
REXML
:: Namespace (84)
キーワード
-
add
_ namespace (24) - attribute (12)
-
delete
_ namespace (12) -
get
_ attribute _ ns (12) -
has
_ name? (12) -
local
_ name (12) - name (12)
- name= (12)
- namespace (24)
- namespaces (24)
- prefix= (12)
- prefixes (24)
- whitespace (12)
検索結果
先頭4件
-
REXML
:: Element # namespaces -> {String => String} (8013.0) -
self の文脈で定義されている名前空間の情報を返します。
...す。
対象の要素とその外側の要素で定義されている名前空間を、{ prefix => 識別子 }
というハッシュテーブルで返します。
//emlist[][ruby]{
require 'rexml/document'
doc = REXML::Document.new("<a xmlns:x='1' xmlns:y='2'><b/><c xmlns:z='3'/></a>")
doc.elemen... -
REXML
:: Element # whitespace -> bool (8007.0) -
要素(self)内で空白が考慮されるならば真を返します。
...のには :all が指定されている場合と、
配列に含まれている場合の両方があります。
のいずれかの場合に真を返します。
要素名として REXML::Namespace#expanded_name が使われるので、
名前空間の prefix は判定に影響します。... -
REXML
:: Namespace # has _ name?(other , ns = nil) -> bool (8007.0) -
self が other と ns で指定した名前を持っているならば真を返します。
...いるならば真を返します。
ns が nil でない場合は名前空間も比較されます。
other が ":" を含んでいる(つまり prefix を含んでいる)場合は
REXML::Namespace#fully_expanded_name と other を比較します。
どちらでもない場合は other と REXML::... -
REXML
:: Namespace # name=(name) (8007.0) -
名前を設定します。
...名前を設定します。
prefix を持つ名前も持たない名前も受け付けます。
@param name 名前(文字列)...