anyNext is used by the SoapDeSerializer class in SoapDeSerializer::getAnyObject() method.
It is using this that the deserializer build the AnyType to be returned in SoapDeSerializer::getAnyObject(). If you look at the SoapDeSerializer::getAnyObject() implementation and the latest src/xml/xerces/XMLParserXerces.cpp from CVS you can get some understanding on how this is implemented. Thanks, Samisa... On 6/22/05, Chinthana C. Dinapala <[EMAIL PROTECTED]> wrote: > > > > Hi Dinesh, > > > > AnyElement *next() > > This will pick the next element in the xml stream of WSDL file. It's picked > the next element without ignoring white space and '<' '>'. > > > > Thanks > > > > > Chinthana Dinapala > > Virtusa Corp. > World Trade Center > > : +94-11-4765300 ext 2464 > > : +94-77-3059107 > > > > ________________________________ > > > From: Din%$h [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 22, 2005 4:24 PM > To: Apache AXIS C Developers List > Subject: implementing XMLParser interface > > > > > Hi all, > I'm implementing XMLParser interface for tspp. Can somebody > please tell me what is the actual purpose of > int getStatus() , AnyElement *next(), AnyElement *anyNext(), methods. > Though comments give some sense , it is not enough to understand the > interface. > > Do we need to implement "AnyElement *anyNext()" method. Because I > saw in previous implementation of this interface for tspp it was commented > as /*TO DO */. It says something like we no longer use it ... > > If someone could comment on this , that will be highly appreciated. > > thanks, > Dinesh > > -- > W.Dinesh Premalal > [EMAIL PROTECTED] > http://www.cse.mrt.ac.lk/~premalwd/
