Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
XML Streams Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWEnhancedXmlObjectInputStreamImp

Module:  XML Streams   Package:  XML Streams


RWEnhancedXMLObjectInputStreamImp RWXmlObjectStreamCommon RWObjectInputStreamImp RWFilteredDataInputStreamImp

Local Index

Members

Header File

#include <rw/xmlstreams/RWEnhancedXMLObjectInputStreamImp.h>

Description

The class RWEnhancedXmlObjectInputStreamImp reads objects encoded in XML from the supplied RWDataInputStream.

Implements the body idiom from the handle/body pattern.

Example

Protected Constructors

RWEnhancedXmlObjectInputStreamImp(RW_SL_IO_STD(istream)& sourceStream, bool escape)
RWEnhancedXmlObjectInputStreamImp(RW_SL_IO_STD(istream)& sourceStream, RW_SL_IO_STD(ios)*& formatter, bool escape)

Used by derived classes to initialize the previous processing stream. Throws no exceptions.

RWEnhancedXmlObjectInputStreamImp(const RWDataInputStream&
sourceStream, bool escape)

Protected Destructor

~RWEnhancedXmlObjectInputStreamImp()

Static Public Member Functions

static RWObjectInputStream 
make(RW_SL_IO_STD(istream)& source, bool escape = true);
static RWObjectInputStream
make(RW_SL_IO_STD(istream)& source,
     RW_SL_IO_STD(ios)*& formatter, bool escape = true);
static RWObjectInputStream 
make(RWDataInputStream& source, bool escape = true);

Public Member Functions

virtual void getChar(char& value);
virtual void getCharacter(char& value);
virtual void getDouble(double& value);
virtual void getFloat(float& value);
virtual void getInt(int& value);
virtual void getLong(long& value);
virtual void getLongDouble(long double& value);
virtual void getLongLong(rwlonglong& value);
virtual void getShort(short& value);
virtual void getSizeT(size_t& value);
virtual void getString(RWCString& str);
virtual void getUCharacter(RWUChar& value);
virtual void getUnsignedChar(unsigned char& value);
virtual void getUnsignedInt(unsigned int& value);
virtual void getUnsignedLong(unsigned long& value);
virtual void getUnsignedLongLong(rwulonglong& value);
virtual void getUnsignedShort(unsigned short& value);
virtual void getUString(RWBasicUString& str);
virtual void getWCharacter(wchar_t& value);
virtual void getWchar_t(wchar_t& value);
virtual void getWString(RWWString& str);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.