deserializeNCFnsd()  findChild()

Chapter 5: General Objects and Methods

deserializeXML()

Description

Deserializes the XML contained in the blob into this clNdo object.

Syntax

deserializeXML(blob *pBlob)

Parameter

Description

pBlob

Pointer to a blob that contains the serialized XML.

Return value

Integer. Returns 1 for success, and 0 for failure.

Usage

Pointer to object

Object

clNdo clNdo6;int rv;blob testBlob;

testBlob.load;

rv=pclNdo6->    deserializeXML(&testBlob)

clNdo clNdo6;int rv;blob testBlob;

rv = clNdo6.deserializeXML    (&testBlob);





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

View this book as PDF