るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.104秒)

別のキーワード

  1. rss author
  2. rss author=
  3. item author
  4. item author=
  5. itembase author

ライブラリ

クラス

検索結果

REXML::DocType#write(output, indent = 0, transitive = false, ie_hack = false) -> () (18114.0)

output に DTD を出力します。

...ook (comment)>
<!ELEMENT comment (#PCDATA)>
<!ATTLIST book
author
CDATA #REQUIRED
title CDATA #REQUIRED
publisher CDATA "foobar publisher">
<!ENTITY p "foobar publisher">
<!ENTITY % q "quzz">
]>
EOS

doctype.write(STDOUT)
# =>
# <!DOCTYPE books [
# <!ELEMENT book (comme...