Liste de tous les membres
Fonctions membres publiques
Attributs publics
Documentation des fonctions membres
& DOMIT_Attr::cloneNode |
( |
$ |
deep = false | ) |
|
Copies a node and/or its children
- Paramètres:
-
boolean | True if all child nodes are also to be cloned |
- Renvoie:
- Object A copy of the node and/or its children
Réimplémentée à partir de DOMIT_Node.
DOMIT_Attr::DOMIT_Attr |
( |
$ |
name | ) |
|
Returns the name of the attribute
- Renvoie:
- string The name of the attribute
DOMIT_Attr::getSpecified |
( |
| ) |
|
Indicates whether an attribute has been modified since parsing
- Renvoie:
- boolean True if the node has been modified
Returns the text contained in the current node
- Renvoie:
- string The text of the current node
Réimplémentée à partir de DOMIT_Node.
Returns the value of the attribute
- Renvoie:
- string The value of the attribute
DOMIT_Attr::setText |
( |
$ |
data | ) |
|
Sets the text contained in the current node to $data.
- Paramètres:
-
string | The text data of the node |
Références $data.
DOMIT_Attr::setValue |
( |
$ |
value | ) |
|
Sets the value of the attribute
- Paramètres:
-
string | The value of the attribute |
DOMIT_Attr::toString |
( |
$ |
htmlSafe = false , |
|
|
$ |
subEntities = false |
|
) |
| |
Generates a string representation of the node and its children
- Paramètres:
-
boolean | True if HTML readable output is desired |
boolean | True if HTML entities should be substituted |
- Renvoie:
- string The string representation
Références DOMIT_Utilities::convertEntities(), et DOMIT_Node::forHTML().
Documentation des données membres
DOMIT_Attr::$ownerElement = null |
DOMIT_Attr::$specified = false |
La documentation de cette classe a été générée à partir du fichier suivant :