24件ヒット
[1-24件を表示]
(0.013秒)
クラス
-
REXML
:: DocType (12) -
REXML
:: NotationDecl (12)
検索結果
先頭2件
-
REXML
:: DocType . new(source , parent = nil) -> REXML :: DocType (9.0) -
DocType オブジェクトを生成します。
...スされ、その内容によって DocType
オブジェクトが初期化されます。
REXML::DocType.new(Source.new(<<EOS))
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
EOS
このインターフェースは deprecat... -
REXML
:: NotationDecl . new(name , middle , pub , sys) -> REXML :: NotationDecl (9.0) -
NotationDecl オブジェクトを生成します。
...NotationDecl オブジェクトを生成します。
@param name 記法名(文字列)
@param middle 種別("PUBLIC" もしくは "SYSTEM")
@param pub 公開識別子(文字列)
@param sys URI(文字列)...