7件ヒット
[1-7件を表示]
(0.165秒)
ライブラリ
-
rexml
/ document (7)
検索結果
先頭5件
-
REXML
:: NotationDecl # public -> String | nil (36607.0) -
公開識別子を返します。
公開識別子を返します。
宣言が公開識別子を含まない場合は nil を返します。 -
REXML
:: NotationDecl # name -> String (36307.0) -
記法宣言の名前を返します。
記法宣言の名前を返します。 -
REXML
:: NotationDecl # public=(value) (36307.0) -
公開識別子を value に変更します。
公開識別子を value に変更します。
@param value 設定する公開識別子(文字列) -
REXML
:: NotationDecl # system -> String | nil (27607.0) -
システム識別子(URI)を返します。
システム識別子(URI)を返します。
宣言がシステム識別子を含まない場合は nil を返します。 -
REXML
:: NotationDecl # system=(value) (27307.0) -
システム識別子を変更します。
システム識別子を変更します。
@param value 設定するシステム識別子 -
REXML
:: NotationDecl # to _ s -> String (27307.0) -
self を文字列化したものを返します。
self を文字列化したものを返します。 -
REXML
:: NotationDecl # write(output , indent = -1) (27307.0) -
output へ self を文字列化して出力します。
output へ self を文字列化して出力します。
このメソッドは deprecated です。REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの大きさ。無視されます。