DOMAttr クラス
(PHP 5, PHP 7)
はじめに
DOMNode を継承します。DOMAttr は、DOMElement オブジェクトの属性を表します。
クラス概要
DOMAttr
extends
DOMNode
{
/* プロパティ */
/* メソッド */
/* 継承したメソッド */
public DOMNode::C14N
([ bool
$exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] ) : string
public DOMNode::C14NFile
( string
}$uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] ) : intプロパティ
- name
-
属性の名前
- ownerElement
-
属性を保持する要素
- schemaTypeInfo
-
未実装です。常に
NULLを返します。 - specified
-
未実装です。常に
NULLを返します。 - value
-
属性の値
目次
- DOMAttr::__construct — 新しい DOMAttr オブジェクトを作成する
- DOMAttr::isId — 属性が定義済みの ID かどうかを調べる