るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.035秒)
トップページ > バージョン:3.3[x] > クエリ:context[x] > クエリ:parent[x]

別のキーワード

  1. context new
  2. rdoc/context new
  3. rexml/document context
  4. webrick/ssl ssl_context
  5. context thread

検索結果

RDoc::Context::Section#parent -> RDoc::Context (63655.0)

自身が所属する RDoc::Context オブジェクトを返します。

自身が所属する RDoc::Context オブジェクトを返します。

RDoc::Context::Section.new(parent, title, comment) -> RDoc::Context::Section (9643.0)

自身を初期化します。

自身を初期化します。

@param parent RDoc::Context オブジェクトを指定します。

@param title section のタイトルを文字列で指定します。

@param comment section のコメントを文字列で指定します。

また、section のシーケンス番号を新しく作成します。

REXML::Element.new(arg = UNDEFINED, parent = nil, context = nil) -> REXML::Element (715.0)

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

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

arg が文字列の場合、新たな要素の名前は arg に設定されます。
arg が REXML::Element オブジェクトの場合は、
新たな要素の名前、属性、context が arg のもので初期化されます。

parent で親ノードを指定します。

context には hash table で要素のコンテキストを指定します。
基本的には text node (REXML::Text) での特別な文字、特に空白について
の取り扱いを指定できます。
以下の Symbol をハッシュのキーとして使います。

: :respect_whitespace
...