See also the properties from the inherited class DOMNode ( http://php.net/manual/en/class.domnode.php ), eg. namespaceURI, prefix, localName, etc, especially if you have to deal with namespaced attributes
DOMAttr クラス
導入
DOMNode を継承します。DOMAttr は、DOMElement オブジェクトの属性を表します。
クラス概要
プロパティ
- name
-
属性の名前
- ownerElement
-
属性を保持する要素
- schemaTypeInfo
-
未実装です。常に NULL を返します。
- specified
-
未実装です。常に NULL を返します。
- value
-
属性の値
目次
- DOMAttr::__construct — 新しい DOMAttr オブジェクトを作成する
- DOMAttr::isId — 属性が定義済みの ID かどうかを調べる
DOMAttr
chregu at php dot net
23-Mar-2009 07:20
23-Mar-2009 07:20
