diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-08-27 18:50:49 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-08-27 18:50:49 +0000 |
commit | cfa2a187dfb23368d5adec5eb3bcc9a2fff83c00 (patch) | |
tree | 4f9acb1d538642abad981bf15b06dd6f82e910d3 /cpp/include/IceXML/StreamI.h | |
parent | adding XMLTransform (diff) | |
download | ice-cfa2a187dfb23368d5adec5eb3bcc9a2fff83c00.tar.bz2 ice-cfa2a187dfb23368d5adec5eb3bcc9a2fff83c00.tar.xz ice-cfa2a187dfb23368d5adec5eb3bcc9a2fff83c00.zip |
cleaning up XML support; Xerces fixes
Diffstat (limited to 'cpp/include/IceXML/StreamI.h')
-rw-r--r-- | cpp/include/IceXML/StreamI.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/IceXML/StreamI.h b/cpp/include/IceXML/StreamI.h index 2e943ff69e6..0c234c299ed 100644 --- a/cpp/include/IceXML/StreamI.h +++ b/cpp/include/IceXML/StreamI.h @@ -186,6 +186,10 @@ private: void readAttributes(::std::string&, ::std::string&, ::std::string&); ::Ice::Int readLength(); + ::std::string getWritePrefix() const; + ::std::string getReadPrefix() const; + static ::std::string getPrefix(const ::std::string&); + ::Ice::CommunicatorPtr _communicator; // @@ -225,6 +229,7 @@ private: bool written; // Has the object been written? }; ::std::map<Ice::ObjectPtr, ObjectInfo> _objects; + bool _dump; }; } // End namespace IceXML |