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

RWTTransformObjectInputStreamImp

Module:  XML Streams   Package:  XML Streams


RWTTransformObjectInputStreamImp RWXmlObjectInputStreamImp

Local Index

Members

Header File

#include <rw/xmlstreams/RWTTransformObjectInputStreamImp.h>

Description

This class uses RWXmlObjectInputStreamImp and RWTTransformInputStreamImp to construct an XML input stream that applies a generic transformation to the XML document before reading it from the source.

Example

Static Public Member Functions

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

Protected Constructors

RWTTransformObjectInputStreamImp(RW_SL_IO_STD(istream)& istr, Transform transformer, bool escape);
RWTTransformObjectInputStreamImp(RW_SL_IO_STD(istream)& istr, 
Transform transform, RW_SL_IO_STD(ios)*& formatter,
bool escape);


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.