xmlengbinarycontainer.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : xmlengbinarycontainer.h
00004 *  Part of     : XmlEngine / DOM XPath C++ Wrapper
00005 *  Interface   : Domain, XML Engine DOM API
00006 *  Description : All binary data functions
00007 *  Version     : %version: 2 %
00008 *
00009 *  Copyright © 2006-2006 Nokia. All rights reserved.
00010 *  This material, including documentation and any related 
00011 *  computer programs, is protected by copyright controlled by 
00012 *  Nokia. All rights are reserved. Copying, including 
00013 *  reproducing, storing, adapting or translating, any 
00014 *  or all of this material requires the prior written consent of 
00015 *  Nokia. This material also contains confidential 
00016 *  information which may not be disclosed to others without the 
00017 *  prior written consent of Nokia.
00018 * ==============================================================================
00019 */
00020 
00021 #ifndef XMLENGINE_BINARYCONTAINER_H_INCLUDED
00022 #define XMLENGINE_BINARYCONTAINER_H_INCLUDED
00023 
00024 #include "xmlengdatacontainer.h"
00025 
00051 class TXmlEngBinaryContainer : public TXmlEngDataContainer
00052 {
00053 public:
00054 
00062     IMPORT_C TPtrC8 Contents() const;
00063     
00070     IMPORT_C void SetContentsL( const TDesC8& aNewContents );
00071 
00078     EXPORT_C void AppendContentsL( const TDesC8& aData );
00079 
00085         inline TXmlEngBinaryContainer(); 
00086 
00087 protected:
00088 
00095         inline TXmlEngBinaryContainer(void* aInternal);
00096 };
00097 
00098 #include "xmlengbinarycontainer.inl"
00099 
00100 #endif /* XMLENGINE_BINARYCONTAINER_H_INCLUDED */

Copyright © Nokia Corporation 2001-2007
Back to top