種類
- インスタンスメソッド (204)
- ライブラリ (48)
- クラス (24)
- 特異メソッド (12)
ライブラリ
-
rexml
/ document (144) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (60) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (12)
クラス
-
REXML
:: DocType (24) -
REXML
:: NotationDecl (96) -
REXML
:: Parsers :: PullEvent (12) -
REXML
:: Parsers :: SAX2Parser (60)
モジュール
-
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12)
キーワード
- DocType (12)
- NotationDecl (12)
- listen (60)
- name (12)
- new (12)
- notation (12)
- notationdecl? (12)
- notations (12)
- public (12)
- public= (12)
-
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) -
rexml
/ parsers / ultralightparser (12) - system (12)
- system= (12)
-
to
_ s (12) - write (12)
検索結果
先頭5件
-
REXML
:: NotationDecl # system -> String | nil (3000.0) -
システム識別子(URI)を返します。
システム識別子(URI)を返します。
宣言がシステム識別子を含まない場合は nil を返します。 -
REXML
:: NotationDecl # system=(value) (3000.0) -
システム識別子を変更します。
システム識別子を変更します。
@param value 設定するシステム識別子 -
REXML
:: NotationDecl # to _ s -> String (3000.0) -
self を文字列化したものを返します。
self を文字列化したものを返します。 -
REXML
:: NotationDecl # write(output , indent = -1) (3000.0) -
output へ self を文字列化して出力します。
output へ self を文字列化して出力します。
このメソッドは deprecated です。REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの大きさ。無視されます。 -
REXML
:: DocType # notation(name) -> REXML :: NotationDecl | nil (117.0) -
DTD に含まれている記法宣言 (REXML::NotationDecl) で name という名前を持つものを返します。
...DTD に含まれている記法宣言 (REXML::NotationDecl) で
name という名前を持つものを返します。
name という名前を持つ記法宣言が存在しない場合は nil を返します。
@param name 検索する記法名... -
REXML
:: DocType # notations -> [REXML :: NotationDecl] (117.0) -
DTD に含まれている記法宣言 (REXML::NotationDecl) を 配列で返します。
...DTD に含まれている記法宣言 (REXML::NotationDecl) を
配列で返します。... -
REXML
:: Parsers :: SAX2Parser # listen(ary) { . . . } -> () (12.0) -
コールバックをパーサに登録します。
..., REXML::SAX2Listener#attlistdecl)
* :entitydecl
(DTDの実体宣言, REXML::SAX2Listener#entitydecl)
* :notationdecl
(DTDの記法宣言, REXML::SAX2Listener#notationdecl)
* :cdata
(CDATA セクション, REXML::SAX2Listener#cdata)
* :xmldecl
(XML 宣言, REXML::SAX2Listener... -
REXML
:: Parsers :: SAX2Parser # listen(ary , listener) -> () (12.0) -
コールバックをパーサに登録します。
..., REXML::SAX2Listener#attlistdecl)
* :entitydecl
(DTDの実体宣言, REXML::SAX2Listener#entitydecl)
* :notationdecl
(DTDの記法宣言, REXML::SAX2Listener#notationdecl)
* :cdata
(CDATA セクション, REXML::SAX2Listener#cdata)
* :xmldecl
(XML 宣言, REXML::SAX2Listener... -
REXML
:: Parsers :: SAX2Parser # listen(listener) -> () (12.0) -
コールバックをパーサに登録します。
..., REXML::SAX2Listener#attlistdecl)
* :entitydecl
(DTDの実体宣言, REXML::SAX2Listener#entitydecl)
* :notationdecl
(DTDの記法宣言, REXML::SAX2Listener#notationdecl)
* :cdata
(CDATA セクション, REXML::SAX2Listener#cdata)
* :xmldecl
(XML 宣言, REXML::SAX2Listener...