   #PHP Manual DOM XML functions DomNode->next_sibling DomNode->node_type

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                              DomNode->node_name

   (no version information, might be only in CVS)
   DomNode->node_name --  Returns name of node

Description

   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.

   Table 1. 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
   ______________________________________________________________________

   Prev                  Home               Next
   DomNode->next_sibling  Up  DomNode->node_type
