DomNode->node_name
(No version information available, might be only in CVS)
DomNode->node_name —
Returns name of node
Description
string DomNode->node_name
( void
)
Meaning of value
| Type |
Meaning |
| DomAttribute |
value of attribute |
| DomAttribute |
|
| DomCDataSection |
#cdata-section |
| DomComment |
#comment |
| DomDocument |
#document |
| DomDocumentType |
document type name |
| DomElement |
tag name |
| DomEntity |
name of entity |
| DomEntityReference |
name of entity reference |
| DomNotation |
notation name |
| DomProcessingInstruction |
target |
| DomText |
#text |