432件ヒット
[1-100件を表示]
(0.018秒)
種類
- インスタンスメソッド (312)
- ライブラリ (48)
- 特異メソッド (36)
- クラス (24)
- 定数 (12)
ライブラリ
-
cgi
/ html (48) -
rexml
/ document (288) -
rexml
/ parsers / pullparser (12) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (24)
クラス
-
REXML
:: DocType (216) -
REXML
:: Document (12) -
REXML
:: Parsers :: PullEvent (12) -
REXML
:: Text (36)
モジュール
-
CGI
:: Html3 (12) -
CGI
:: Html4 (12) -
CGI
:: Html4Fr (12) -
CGI
:: Html4Tr (12) -
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (24)
キーワード
-
DEFAULT
_ ENTITIES (12) - NotationDecl (12)
- add (12)
-
attribute
_ of (12) -
attributes
_ of (12) -
cgi
/ session (12) - clone (12)
- context (12)
- doctype (96)
- doctype? (12)
-
doctype
_ end (12) - entities (12)
- entity (12)
-
external
_ id (12) - name (12)
- namespaces (12)
- new (12)
-
node
_ type (12) - normalize (12)
- notation (12)
- notations (12)
- public (12)
-
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) - system (12)
- unnormalize (12)
- write (12)
検索結果
先頭5件
-
REXML
:: DocType (24016.0) -
XML の DTD(文書型定義、Document Type Definition)を表すクラスです。
...XML の DTD(文書型定義、Document Type Definition)を表すクラスです。
rexml では DTD は積極的にはサポートされていません。
デフォルトの実体定義(gt, lt, amp, quot apos)の解決のため DTD は
ある程度はサポートされますが、スキーマの定... -
REXML
:: Text # doctype -> REXML :: DocType | nil (12408.0) -
テキストノードが属する文書の DTD を返します。
...テキストノードが属する文書の DTD を返します。
そのような文書(REXML::Document)が存在しない、すなわち
テキストノードの親ノードを辿っても REXML::Document に到達しない、
場合には nil を返します。
@see REXML::DocType... -
REXML
:: Document # doctype -> REXML :: DocType | nil (12402.0) -
文書の DTD を返します。
文書の DTD を返します。
文書が DTD を持たない場合は nil を返します。 -
REXML
:: StreamListener # doctype(name , pub _ sys , long _ name , uri) -> () (12213.0) -
文書型宣言(DTD)をパースしたときに呼び出されるコールバックメソッドです。
...場合はシステム識別子が渡されます
=== 例
<!DOCTYPE me PUBLIC "foo" "bar">
というDTDに対しては
name: "me"
pub_sys: "PUBLIC"
long_name: "foo"
uri: "bar"
という引数が渡されます。
<!DOCTYPE root [
...
というDTDに対しては
name: "root"
pub_... -
CGI
:: Html3 # doctype (12201.0) -
@todo
@todo -
CGI
:: Html4 # doctype (12201.0) -
@todo
@todo -
CGI
:: Html4Fr # doctype (12201.0) -
@todo
@todo -
CGI
:: Html4Tr # doctype (12201.0) -
@todo
@todo -
REXML
:: Parsers :: PullEvent # doctype? -> bool (12201.0) -
DTD 開始なら真を返します。
DTD 開始なら真を返します。