Приглашаем посетить
Вяземский (vyazemskiy.lit-info.ru)

DomNode->node_name

next_sibling" HREF="/php/007/function.domnode-next-sibling.html">node_type" HREF="/php/007/function.domnode-node-type.html">

DomNode->node_name

(no version information, might be only in CVS)

DomNode->node_name --  Returns name of node

Описание

string DomNode->node_name ( void )

Returns name of the node. The name has different meanings for the different types of nodes as illustrated in the following table.

Таблица 1. Meaning of value

TypeMeaning
DomAttributevalue of attribute
DomAttribute 
DomCDataSection#cdata-section
DomComment#comment
DomDocument#document
DomDocumentTypedocument type name
DomElementtag name
DomEntityname of entity
DomEntityReferencename of entity reference
DomNotationnotation name
DomProcessingInstructiontarget
DomText#text