るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
7件ヒット [1-7件を表示] (0.291秒)
トップページ > クエリ:-[x] > クエリ:r[x] > クエリ:rexml[x] > クエリ:comment[x] > バージョン:2.6.0[x] > クエリ:string[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. bigdecimal to_r
  5. fileutils rm_r

ライブラリ

クラス

キーワード

検索結果

REXML::Comment#string -> String (91510.0)

コメント文字列を返します。

コメント文字列を返します。

REXML::Comment#to_s -> String (36910.0)

コメント文字列を返します。

コメント文字列を返します。

REXML::Comment.new(comment, parent = nil) -> REXML::Comment (28975.0)

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

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

引数に REXML::Comment オブジェクトを渡すとその内容が複製されます
(親ノードの情報は複製されません)。

@param string コメント文字列
@param comment REXML::Comment オブジェクト
@param parent 親ノード

REXML::Comment.new(string, parent = nil) -> REXML::Comment (28675.0)

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

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

引数に REXML::Comment オブジェクトを渡すとその内容が複製されます
(親ノードの情報は複製されません)。

@param string コメント文字列
@param comment REXML::Comment オブジェクト
@param parent 親ノード

REXML::DocType#attribute_of(element, attribute) -> String | nil (28576.0)

DTD 内の属性リスト宣言で、 element という名前の要素の attribute という 名前の属性のデフォルト値を返します。

DTD 内の属性リスト宣言で、 element という名前の要素の attribute という
名前の属性のデフォルト値を返します。

elementという名前の要素の属性値は宣言されていない、
elementという名前の要素にはattributeという名前の属性が宣言されていない、
もしくはデフォルト値が宣言されていない、のいずれかの場合は nil を返します。

@param element 要素名(文字列)
@param attribute 属性名(文字列)

//emlist[][ruby]{
require 'rexml/document'

doctype = REXML::Doc...

絞り込み条件を変える

REXML::Comment#<=>(other) -> -1 | 0 | 1 (27748.0)

other と内容(REXML::Comment#string)を比較します。

other と内容(REXML::Comment#string)を比較します。

REXML::Comment#==(other) -> bool (27745.0)

other と内容(REXML::Comment#string)が同じならば真を返します。

other と内容(REXML::Comment#string)が同じならば真を返します。