IT翻訳 Nobuyuki の仕事部屋

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

Mapping DOM Objects to their C++ classes-14

2006-02-21 20:54:07 | InDraft
続きです。

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

DOM Level 1 HTML spec.

Class: nsHTMLFormElement

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

Inherits from the following classes:

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

Implements the following interfaces:

* nsIDOMHTMLFormElement : dom/public/idl/html/nsIDOMHTMLFormElement.idl
* nsIDOMNSHTMLFormElement : dom/public/idl/html/nsIDOMNSHTMLFormElement.idl
* nsIForm : content/html/content/public/nsIForm.h




Form

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

クラス: nsHTMLFormElement

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

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

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

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

* nsIDOMHTMLFormElement : dom/public/idl/html/nsIDOMHTMLFormElement.idl
* nsIDOMNSHTMLFormElement : dom/public/idl/html/nsIDOMNSHTMLFormElement.idl
* nsIForm : content/html/content/public/nsIForm.h



See you!