DomNode->node_name
(No version information available, might be only in CVS)
DomNode->node_name — Restituisce il nome del nodo
Descrizione
string DomNode->node_name
( void
)
Restituisce il nome del nodo. Il nome ha diversi significati per i differenti tipi di nodi, come sarà illustrato nella tabella seguente.
| Tipo | Significato |
|---|---|
| DomAttribute | valori di attributo |
| DomAttribute | |
| DomCDataSection | #cdata-section |
| DomComment | #comment |
| DomDocument | #document |
| DomDocumentType | nome del tipo documento |
| DomElement | nome tag |
| DomEntity | nome di entittà |
| DomEntityReference | nome di entità di riferimento |
| DomNotation | nome della notazione |
| DomProcessingInstruction | target |
| DomText | #text |