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
La classe DOMAttr
(PHP 5)
Introduction
DOMAttr représente un attribut dans l'objet DOMElement.
Synopsis de la classe
DOMAttr
étend
DOMNode
{
/* Propriétés */
/* Méthodes */
/* Méthodes héritées */
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
]]]] )Propriétés
- name
-
Le nom de l'attribut
- ownerElement
-
L'élément qui contient l'attribut
- schemaTypeInfo
-
Non implémenté, vaut toujours
NULL - specified
-
Non implémenté, vaut toujours
NULL - value
-
La valeur de l'attribut
Sommaire
- DOMAttr::__construct — Crée un nouvel objet DOMAttr
- DOMAttr::isId — Vérifie si l'attribut est un identifiant défini
chregu at php dot net ¶
4 years ago
