72件ヒット
[1-72件を表示]
(0.089秒)
ライブラリ
-
rexml
/ document (24) - rss (48)
クラス
-
REXML
:: DocType (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Rss :: Channel :: Item (24)
キーワード
-
attribute
_ of (12) - write (12)
検索結果
先頭5件
-
RSS
:: Maker :: ItemsBase :: ItemBase # author (18119.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel :: Item # author (18119.0) -
@todo
...@todo... -
RSS
:: Maker :: ItemsBase :: ItemBase # author=() (6119.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel :: Item # author= (6119.0) -
@todo
...@todo... -
REXML
:: DocType # write(output , indent = 0 , transitive = false , ie _ hack = false) -> () (31.0) -
output に DTD を出力します。
...REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの深さ。指定しないでください。
@param transitive 無視されます。指定しないでください。
@param ie_hack 無視されます。指定しない......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... -
REXML
:: DocType # attribute _ of(element , attribute) -> String | nil (19.0) -
DTD 内の属性リスト宣言で、 element という名前の要素の attribute という 名前の属性のデフォルト値を返します。
...返します。
@param element 要素名(文字列)
@param attribute 属性名(文字列)
//emlist[][ruby]{
require 'rexml/document'
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT book (comment)>
<!ELEMENT comment (#PCDATA)>
<!ATTLIST book
author CDATA #REQUIRE...