DomNode->node_value
    (no version information, might be only in CVS)
DomNode->node_value -- 
   ノードの値を返す
  
説明
string 
DomNode->node_value ( void  )
   ノードの値を返します。値は以下の表の通り、
   異なるノードの型に対しては異なる意味を持ちます。
   
表 1. 値の意味
| 型 | 意味 | 
|---|
| DomAttribute | 属性値 | 
| DomAttribute |   | 
| DomCDataSection | 内容 | 
| DomComment | コメントの内容 | 
| DomDocument | null | 
| DomDocumentType | null | 
| DomElement | null | 
| DomEntity | null | 
| DomEntityReference | null | 
| DomNotation | null | 
| DomProcessingInstruction | ターゲット以外の全ての内容 | 
| DomText | テキストの内容 |