るりまサーチ

最速Rubyリファレンスマニュアル検索!
144件ヒット [101-144件を表示] (0.109秒)

別のキーワード

  1. doctype notation
  2. rexml/document notation
  3. notation rexml::notationdecl
  4. notation rexml/document
  5. notation

モジュール

キーワード

検索結果

<< < 1 2 >>

REXML::NotationDecl#system -> String | nil (6001.0)

システム識別子(URI)を返します。

システム識別子(URI)を返します。

宣言がシステム識別子を含まない場合は nil を返します。

REXML::NotationDecl#system=(value) (6001.0)

システム識別子を変更します。

システム識別子を変更します。

@param value 設定するシステム識別子

REXML::NotationDecl#to_s -> String (6001.0)

self を文字列化したものを返します。

self を文字列化したものを返します。

REXML::NotationDecl#write(output, indent = -1) (6001.0)

output へ self を文字列化して出力します。

output へ self を文字列化して出力します。

このメソッドは deprecated です。REXML::Formatter で
出力してください。

@param output 出力先の IO オブジェクト
@param indent インデントの大きさ。無視されます。
<< < 1 2 >>