るりまサーチ

最速Rubyリファレンスマニュアル検索!
2390件ヒット [201-300件を表示] (0.024秒)
トップページ > クエリ:document[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document to_s
  4. rexml/document clone
  5. rexml/document node_type

モジュール

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

Gem::DocumentError (6000.0)

システムに RDoc がインストールされていない場合に使用する例外です。

システムに RDoc がインストールされていない場合に使用する例外です。

Psych::Nodes::Document.new(version=[], tag_directives=[], implicit=false) -> Psych::Nodes::Document (3135.0)

Document オブジェクトを生成します。

...
Document
オブジェクトを生成します。

version にはドキュメントのバージョンを指定します。
[major, minor] という配列で指定します。

tag_directives には tag directive の配列を指定します。
それぞれの tag は [prefix, suffix] という文字...
...YAML 1.1 のドキュメントで、
tag directive を1つ持ち、 implicit にドキュメントが開始
している Document オブジェクトを生成しています。

Psych::Nodes::Document.new(
[1,1],
tenderlovemaking.com,2009:",
true)

@see Psych::Handler#start_document...

REXML::Document.new(source = nil, context = {}) -> REXML::Document (3135.0)

Document オブジェクトを生成します。

...Document オブジェクトを生成します。

source には String、IO、REXML::Document のいずかが
指定できます。 REXML::Document を指定すると
コンテキストと要素、属性が複製されます。
文字列の場合はそれを XML と見なしてパースします。...
...は一切変換されません。
REXML::Element#raw も参照してください。

@param source XML文書(文字列, IO)もしくは REXML::Document オブジェクト
@param context コンテキスト
@raise REXML::ParseException XML文書のパースに失敗した場合に発生します
@ra...

REXML::Document#clone -> REXML::Document (3107.0)

self を複製します。

...self を複製します。

REXML::Document.new(self) と同じです。...

REXML::Document#node_type -> Symbol (3016.0)

シンボル :document を返します。

...シンボル :document を返します。...

絞り込み条件を変える

Psych::Nodes::Document#implicit -> bool (3012.0)

ドキュメントが implicit に始まっているかどうかを返します。

...ドキュメントが implicit に始まっているかどうかを返します。

@see Psych::Nodes::Document#implicit=,
Psych::Nodes::Document.new...

Psych::Nodes::Document#implicit=(bool) (3012.0)

ドキュメントが implicit に始まっているかどうかを設定します。

...ドキュメントが implicit に始まっているかどうかを設定します。

@param bool ドキュメントが implicit に始まっているかどうかの設定値
@see Psych::Nodes::Document#implicit,
Psych::Nodes::Document.new...

Psych::Nodes::Document#tag_directives -> [[String, String]] (3012.0)

tag directive の配列を返します。

...tag directive の配列を返します。

@see Psych::Nodes::Document#tag_directives=,
Psych::Nodes::Document.new...

Psych::Nodes::Document#tag_directives=(tags) (3012.0)

tag directive の配列を設定します。

...tag directive の配列を設定します。

@param tags 設定する tag directive の配列
@see Psych::Nodes::Document#tag_directives,
Psych::Nodes::Document.new...
<< < 1 2 3 4 5 ... > >>