API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe DOMIT_Attr

Graphe d'héritage de DOMIT_Attr:
Graphe de collaboration de DOMIT_Attr:

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:
booleanTrue 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)

DOM Attr node constructor

Paramètres:
stringThe name of the attribute

Références $name, et DOMIT_Node::_constructor().

Voici le graphe d'appel pour cette fonction :

DOMIT_Attr::getName ( )

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
DOMIT_Attr::getText ( )

Returns the text contained in the current node

Renvoie:
string The text of the current node

Réimplémentée à partir de DOMIT_Node.

DOMIT_Attr::getValue ( )

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:
stringThe text data of the node

Références $data.

DOMIT_Attr::setValue ( value)

Sets the value of the attribute

Paramètres:
stringThe value of the attribute
DOMIT_Attr::toString ( htmlSafe = false,
subEntities = false 
)

Generates a string representation of the node and its children

Paramètres:
booleanTrue if HTML readable output is desired
booleanTrue if HTML entities should be substituted
Renvoie:
string The string representation

Références DOMIT_Utilities::convertEntities(), et DOMIT_Node::forHTML().

Voici le graphe d'appel pour cette fonction :


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 :