るりまサーチ

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

別のキーワード

  1. cgi doctype
  2. cgi/html doctype
  3. rexml/document doctype
  4. rexml doctype
  5. doctype add

検索結果

<< 1 2 3 ... > >>

REXML::DocType (18000.0)

XML の DTD(文書型定義、Document Type Definition)を表すクラスです。

XML の DTD(文書型定義、Document Type Definition)を表すクラスです。

rexml では DTD は積極的にはサポートされていません。
デフォルトの実体定義(gt, lt, amp, quot apos)の解決のため DTD は
ある程度はサポートされますが、スキーマの定義や検証をしたい場合は
XML schema や RELAX NG などを使ってください。

子ノード(REXML::Parent#children)として、
* REXML::ElementDecl
* REXML::ExternalEntity
* REXML::Entity
...

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

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

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

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

@see REXML::DocType...

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

文書の DTD を返します。

文書の DTD を返します。

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

REXML::StreamListener#doctype(name, pub_sys, long_name, uri) -> () (6113.0)

文書型宣言(DTD)をパースしたときに呼び出されるコールバックメソッドです。

...場合はシステム識別子が渡されます

=== 例
<!DOCTYPE me PUBLIC "foo" "bar">
というDTDに対しては
name: "me"
pub_sys: "PUBLIC"
long_name: "foo"
uri: "bar"
という引数が渡されます。
<!DOCTYPE root [
...
というDTDに対しては
name: "root"
pub_...

CGI::Html3#doctype (6101.0)

@todo

@todo

絞り込み条件を変える

CGI::Html4#doctype (6101.0)

@todo

@todo

CGI::Html4Fr#doctype (6101.0)

@todo

@todo

CGI::Html4Tr#doctype (6101.0)

@todo

@todo

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

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

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