204件ヒット
[201-204件を表示]
(0.018秒)
別のキーワード
種類
- インスタンスメソッド (144)
- ライブラリ (36)
- 特異メソッド (12)
- クラス (12)
ライブラリ
-
rexml
/ document (132) -
rexml
/ parsers / pullparser (12) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (12)
クラス
-
REXML
:: DocType (24) -
REXML
:: NotationDecl (96) -
REXML
:: Parsers :: PullEvent (12)
モジュール
-
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12)
キーワード
- name (12)
- new (12)
- notationdecl (24)
- notationdecl? (12)
- notations (12)
- public (12)
- public= (12)
-
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) - system (12)
- system= (12)
-
to
_ s (12) - write (12)
検索結果
-
rexml
/ parsers / streamparser (12.0) -
ストリーム式の XML パーサ。
...oot SYSTEM "foo" [
<!ELEMENT root (a+)>
<!ELEMENT a>
<!ENTITY bar "barbarbarbar">
<!ATTLIST a att CDATA #REQUIRED xyz CDATA "foobar">
<!NOTATION foobar SYSTEM "http://example.org/foobar.dtd">
<!ENTITY % HTMLsymbol PUBLIC
"-//W3C//ENTITIES Symbols for XHTML//EN"
"xhtml-symbol......., "barbarbarbar"]]
# >> [:attlistdecl, "a", {"att"=>nil, "xyz"=>"foobar"}, " \n <!ATTLIST a att CDATA #REQUIRED xyz CDATA \"foobar\">"]
# >> [:notationdecl, ["foobar", "SYSTEM", nil, "http://example.org/foobar.dtd"]]
# >> [:entitydecl, ["HTMLsymbol", "PUBLIC", "-//W3C//ENTITIES Symbols for XHTML//E...