るりまサーチ

最速Rubyリファレンスマニュアル検索!
444件ヒット [1-100件を表示] (0.139秒)
トップページ > クエリ:t[x] > クエリ:ctype[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

検索結果

<< 1 2 3 ... > >>

Fiddle::Closure#ctype -> Integer (24201.0)

返り値の型を返します。

返り値の型を返します。

REXML::Document#doctype -> REXML::DocType | nil (12400.0)

文書の DTD を返します。

...文書の DTD を返します。

文書が DTD を持たない場合は nil を返します。...

REXML::Text#doctype -> REXML::DocType | nil (12400.0)

テキストノードが属する文書の DTD を返します。

...テキストノードが属する文書の DTD を返します。

そのような文書(REXML::Document)が存在しない、すなわち
テキストノードの親ノードを辿っても REXML::Document に到達しない、
場合には nil を返します。

@see REXML::DocType...

REXML::DocType#entities -> { String => REXML::Entity } (12300.0)

DTD で宣言されている実体の集合を Hash で返します。

...DTD で宣言されている実体の集合を Hash で返します。

返される Hash は実体参照名をキーとし、対応する REXML::Entity オブジェクト
を値とするハッシュテーブルです。

これには、XML のデフォルトの実体(gt, lt, quot, apos)も含まれ...
...

//emlist[][ruby]{
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE foo [
<!ENTITY bar "barbarbarbar">
]>
EOS

p doctype.entities # => { "gt" => #<REXML::Entity: ...>,
# "lt" => #<REXML::Entity: ...>, ... }
p doctype.entities["bar"].to_s # => "<!ENTITY bar \"barb...
...arbarbar\">"
p doctype.entities["gt"].to_s # => "<!ENTITY gt \">\">"
//}...

CGI::Html3#doctype (12200.0)

@todo

...@todo...

絞り込み条件を変える

CGI::Html4#doctype (12200.0)

@todo

...@todo...

CGI::Html4Fr#doctype (12200.0)

@todo

...@todo...

CGI::Html4Tr#doctype (12200.0)

@todo

...@todo...

REXML::Parsers::PullEvent#doctype? -> bool (12200.0)

DTD 開始なら真を返します。

...DTD 開始なら真を返します。...
<< 1 2 3 ... > >>