00001 /* 00002 * ============================================================================== 00003 * Name : xmlengchunkcontainer.h 00004 * Part of : XmlEngine / DOM XPath C++ Wrapper 00005 * Interface : Domain, XML Engine DOM API 00006 * Description : All memory chunk 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_CHUNKCONTAINER_H_INCLUDED 00022 #define XMLENGINE_CHUNKCONTAINER_H_INCLUDED 00023 00024 #include "xmlengdatacontainer.h" 00025 00026 00060 class TXmlEngChunkContainer : public TXmlEngDataContainer 00061 { 00062 public: 00070 IMPORT_C RChunk& Chunk() const; 00071 00078 IMPORT_C TUint ChunkOffset() const; 00079 00080 protected: 00086 inline TXmlEngChunkContainer(); 00087 00094 inline TXmlEngChunkContainer(void* aInternal); 00095 }; 00096 00097 00098 00099 #include "xmlengchunkcontainer.inl" 00100 00101 #endif /* XMLENGINE_CHUNKCONTAINER_H_INCLUDED */