getData()  getFirstChild()

Chapter 5: General Objects and Methods

getName()

Description

Gets the name of the current NNDODataNode associated with this clNdo object.

Syntax

getName(string *nodeName)

Parameter

Description

nodeName

Pointer to a string to store the name of a node.

Return value

None.

Usage

Pointer to object

Object

int rv;string s;clNdo *pCINdo1;

.

.

rv = pCINdo1->getName(&s);

int rv;string s;clNdo clNdo1;

.

.

rv = clNdo1.getName(&s);





Copyright © 2005. Sybase Inc. All rights reserved. getFirstChild()

View this book as PDF