84件ヒット
[1-84件を表示]
(0.204秒)
ライブラリ
-
rexml
/ document (60) -
rexml
/ parsers / pullparser (12) -
rexml
/ sax2listener (12)
クラス
-
REXML
:: DocType (24) -
REXML
:: NotationDecl (36) -
REXML
:: Parsers :: PullEvent (12)
モジュール
-
REXML
:: SAX2Listener (12)
キーワード
- notationdecl (12)
- notationdecl? (12)
- notations (12)
- public (12)
- public= (12)
- write (12)
検索結果
先頭5件
-
REXML
:: DocType # notation(name) -> REXML :: NotationDecl | nil (21202.0) -
DTD に含まれている記法宣言 (REXML::NotationDecl) で name という名前を持つものを返します。
...DTD に含まれている記法宣言 (REXML::NotationDecl) で
name という名前を持つものを返します。
name という名前を持つ記法宣言が存在しない場合は nil を返します。
@param name 検索する記法名... -
REXML
:: DocType # notations -> [REXML :: NotationDecl] (9201.0) -
DTD に含まれている記法宣言 (REXML::NotationDecl) を 配列で返します。
...DTD に含まれている記法宣言 (REXML::NotationDecl) を
配列で返します。... -
REXML
:: NotationDecl # public -> String | nil (9101.0) -
公開識別子を返します。
公開識別子を返します。
宣言が公開識別子を含まない場合は nil を返します。 -
REXML
:: NotationDecl # public=(value) (9101.0) -
公開識別子を value に変更します。
...公開識別子を value に変更します。
@param value 設定する公開識別子(文字列)... -
REXML
:: Parsers :: PullEvent # notationdecl? -> bool (9101.0) -
DTDの記法宣言なら真を返します。
DTDの記法宣言なら真を返します。 -
REXML
:: SAX2Listener # notationdecl(name , public _ or _ system , public _ id , system _ id) -> () (6301.0) -
DTDの記法宣言に出会ったときに呼び出されるコールバックメソッドです。
...クメソッドです。
@param name 記法名が文字列で渡されます
@param public_or_system "PUBLIC" もしくは "SYSTEM" が渡されます
@param public_id 公開識別子が文字列で渡されます。指定されていない場合はnilが渡されます
@param system_id システ... -
REXML
:: NotationDecl # write(output , indent = -1) (3101.0) -
output へ self を文字列化して出力します。
...output へ self を文字列化して出力します。
このメソッドは deprecated です。REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの大きさ。無視されます。...