144件ヒット
[101-144件を表示]
(0.133秒)
別のキーワード
種類
- インスタンスメソッド (120)
- 特異メソッド (12)
- クラス (12)
ライブラリ
-
rexml
/ document (144)
クラス
-
REXML
:: DocType (24) -
REXML
:: Entity (12) -
REXML
:: NotationDecl (96)
検索結果
先頭4件
-
REXML
:: NotationDecl # system=(value) (11000.0) -
システム識別子を変更します。
システム識別子を変更します。
@param value 設定するシステム識別子 -
REXML
:: NotationDecl # to _ s -> String (11000.0) -
self を文字列化したものを返します。
self を文字列化したものを返します。 -
REXML
:: NotationDecl # write(output , indent = -1) (11000.0) -
output へ self を文字列化して出力します。
output へ self を文字列化して出力します。
このメソッドは deprecated です。REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの大きさ。無視されます。 -
REXML
:: Entity # ndata -> String | nil (8016.0) -
解析対象外実体(unparsed entity)宣言である場合には その記法名(notation name)を返します。
...解析対象外実体(unparsed entity)宣言である場合には
その記法名(notation name)を返します。
それ以外の場合は nil を返します。...