IT翻訳 Nobuyuki の仕事部屋

ボランティアでソフトウエアーローカライズのために翻訳をしている。

Mapping DOM Objects to their C++ classes-15

2006-02-22 22:42:50 | InDraft
ん?


原文:  青色表示
訳文:  黒色表示
注記/訂正: 赤色表示


Frame

The Frame object is used when manipulating a "frame" tag in HTML. The W3C introduced it in the DOM Level 1 HTML spec.

Class: nsHTMLFrameElement

File: content/html/content/src/nsHTMLFrameElement.cpp

Inherits from the following classes:

* nsGenericHTMLLeafElement : content/html/content/src/nsGenericHTMLElement.cpp

Implements the following interfaces:

* nsIDOMHTMLFrameElement : dom/public/idl/html/nsIDOMHTMLFrameElement.idl
* nsIChromeEventHandler : layout/base/public/nsIChromeEventHandler.idl
* nsIDOMEventListener : dom/public/idl/events/nsIDOMEventListener.idl




Frame

Frame オブジェクトは HTML の "frame" タグを操作する時使われます。W3C はそれを DOM レベル 1 HTML spec. で導入しました。

クラス: nsHTMLFrameElement

ファイル: content/html/content/src/nsHTMLFrameElement.cpp

以下のクラスを継承します:

* nsGenericHTMLLeafElement : content/html/content/src/nsGenericHTMLElement.cpp

以下のインターフェイスを実装します:

* nsIDOMHTMLFrameElement : dom/public/idl/html/nsIDOMHTMLFrameElement.idl
* nsIChromeEventHandler : layout/base/public/nsIChromeEventHandler.idl
* nsIDOMEventListener : dom/public/idl/events/nsIDOMEventListener.idl



ね!