DOMNode->hasChildNodes()

(no version information, might be only in CVS)

DOMNode->hasChildNodes() --  Checks if node has children

Beschreibung

class DOMNode {

bool hasChildNodes ( void )

}

This function checks if the node has children.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch

DOMNode->hasAttributes()