552件ヒット
[501-552件を表示]
(0.141秒)
別のキーワード
種類
- インスタンスメソッド (468)
- 特異メソッド (36)
- クラス (24)
- ライブラリ (12)
- モジュール (12)
ライブラリ
-
rexml
/ document (540)
クラス
-
REXML
:: Attribute (192) -
REXML
:: Attributes (192) -
REXML
:: DocType (24) -
REXML
:: Element (96)
キーワード
- << (12)
- == (12)
- Attribute (12)
- Attributes (12)
- Namespace (12)
- [] (12)
- []= (12)
- add (12)
-
add
_ attribute (24) -
add
_ attributes (12) -
attribute
_ of (12) - attributes (12)
-
attributes
_ of (12) - clone (12)
- delete (12)
-
delete
_ all (12) -
delete
_ attribute (12) - each (12)
-
each
_ attribute (12) -
each
_ element _ with _ attribute (12) - element (12)
- element= (12)
-
get
_ attribute (12) -
get
_ attribute _ ns (12) -
has
_ attributes? (12) - length (12)
- namespace (12)
- namespaces (12)
- new (36)
-
node
_ type (12) - normalized= (12)
- prefix (12)
- prefixes (12)
- remove (12)
- size (12)
-
to
_ a (12) -
to
_ s (12) -
to
_ string (12) - value (12)
- write (12)
- xpath (12)
検索結果
先頭5件
-
REXML
:: Attribute # to _ s -> String (11000.0) -
正規化された属性値を返します。
正規化された属性値を返します。
属性値の正規化については XML の仕様を参考にしてください。 -
REXML
:: Attribute # value -> String (11000.0) -
正規化されていない属性値を返します。
正規化されていない属性値を返します。
属性値の正規化については XML の仕様を参考にしてください。 -
REXML
:: Attribute # write(output , indent = -1) -> object (11000.0) -
output に self の情報を name='value' という形式で書き込みます。
output に self の情報を name='value' という形式で書き込みます。
output が返ります。
@param output 書き込み先の IO オブジェクト
@param indent インデントレベル、ここでは無視される -
REXML
:: Attribute # xpath -> String (11000.0) -
その属性を指定する xpath 文字列を返します。
その属性を指定する xpath 文字列を返します。
例えば "/foo/bar/@ns:r" という文字列を返します。 -
REXML
:: Namespace (8006.0) -
XML 名前空間によって管理される「名前」を持つようなノードを 表すモジュール。
...XML 名前空間によって管理される「名前」を持つようなノードを
表すモジュール。
要素(REXML::Element)、属性(REXML::Attribute)
に include されます。...