最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.071秒)
トップページ
>
:
インスタンスメソッド
>
:
doctype
>
クラス:REXML::Text
別のキーワード
cgi doctype
cgi/html doctype
rexml/document doctype
rexml doctype
doctype add
ライブラリ
rexml
/
document
(12)
検索結果
先頭1件
REXML
::
Text
#
doctype -> REXML
::
DocType | nil
REXML
::
Text
#
doctype -> REXML
::
DocType | nil
(18210.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
インスタンスメソッド
テキストノードが属する文書の DTD を返します。
...
テキストノードが属する文書の DTD を返します。
そのような文書(REXML::Document)が存在しない、すなわち
テキストノードの親ノードを辿っても REXML::Document に到達しない、
場合には nil を返します。
@see REXML::
DocType
...
REXML::DocType
REXML::Document