DOMAttr クラス
導入
DOMNode を継承します。DOMAttr は、DOMElement オブジェクトの属性を表します。
クラス概要
プロパティ
- name
-
属性の名前
- ownerElement
-
属性を保持する要素
- schemaTypeInfo
-
未実装です。常に NULL を返します。
- specified
-
未実装です。常に NULL を返します。
- value
-
属性の値
目次
- DOMAttr::__construct — 新しい DOMAttr オブジェクトを作成する
- DOMAttr::isId — 属性が定義済みの ID かどうかを調べる
DOMAttr
There are no user contributed notes for this page.
