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 sınıfı
(PHP 5)
Giriş
Bir DOMAttr nesnesi, bir DOMElement nesnesindeki bir özniteliği temsil eder.
Sınıf Sözdizimi
DOMAttr
extends
DOMNode
{
/* Özellikler */
/* Yöntemler */
/* Miras alınan
yöntemler */
public string DOMNode::C14N
([ bool
$exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )
public int DOMNode::C14NFile
( string
}$uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )Özellikler
- name
-
Özniteliğin ismi.
- ownerElement
-
Özniteliği içeren eleman.
- schemaTypeInfo
-
Henüz gerçeklenmemiştir, daima
NULL'dur. - specified
-
Henüz gerçeklenmemiştir, daima
NULL'dur. - value
-
Özniteliğin değeri.
İçindekiler
- DOMAttr::__construct — Yeni bir DOMAttr nesnesi oluşturur
- DOMAttr::isId — Öznitelik bir ID mi tanımlıyor diye bakar
chregu at php dot net
23-Mar-2009 11:20
