instance method REXML::Text#doctype

doctype -> REXML::DocType | nil[permalink][rdoc][edit]

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

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

[SEE_ALSO] REXML::DocType