XMLParserItf Interface CATIXMLInputStream

Usage: you can freely reimplement this interface.


interface CATIXMLInputStream

Interface for objects which know how to provide XML to an XML parser.


Method Index


o Read(unsigned char*,unsigned int,unsigned int&)
Asks the stream to fetch the next available bytes and put them the supplied byte array.

Methods


o Read
public virtual Read( ioByteArray,
iByteArrayCapacity,
oSizeRead)
Asks the stream to fetch the next available bytes and put them the supplied byte array.
Parameters:
ioByteArray
The byte array to fill
iByteArrayCapacity
The size of the byte array
oSizeRead
The number of bytes read. If not zero, the parser will call Read again to get the following bytes in the stream. If zero, the parser will consider it has reached the end of the stream.

This object is included in the file: CATIXMLInputStream.h
If needed, your Imakefile.mk should include the module: CatXmlItfBase

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.