60件ヒット
[1-60件を表示]
(0.106秒)
別のキーワード
ライブラリ
-
rexml
/ document (12) -
rubygems
/ specification (48)
クラス
-
Gem
:: Specification (48) -
REXML
:: DocType (12)
キーワード
- write (12)
検索結果
先頭5件
-
Gem
:: Specification # author -> String (21102.0) -
作成者の名前を返します。
作成者の名前を返します。 -
Gem
:: Specification # author=(name) (9102.0) -
作成者の名前をセットします。
作成者の名前をセットします。 -
Gem
:: Specification # authors -> Array (9101.0) -
作成者の名前の配列を返します。
作成者の名前の配列を返します。 -
Gem
:: Specification # authors=(names) (9101.0) -
作成者の名前の配列をセットします。
作成者の名前の配列をセットします。 -
REXML
:: DocType # write(output , indent = 0 , transitive = false , ie _ hack = false) -> () (13.0) -
output に DTD を出力します。
...に DTD を出力します。
このメソッドは deprecated です。REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの深さ。指定しないでください。
@param transitive 無視されます。指定しな......ocument'
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT book (comment)>
<!ELEMENT comment (#PCDATA)>
<!ATTLIST book
author CDATA #REQUIRED
title CDATA #REQUIRED
publisher CDATA "foobar publisher">
<!ENTITY p "foobar publisher">
<!ENTITY % q "q...