#include "NOXMLPartBased.h"
Inherits NiXPSObjects::NOPartBased.
Inherited by NiXPSObjects::NOCoreProperties, and NiXPSObjects::NOPartWithResources.
Public Member Functions | |
void | getContentStream (UInt8 *pBuffer, UInt32 pSize) |
UInt32 | getContentStreamLength () |
void | replaceContentStream (const UInt8 *pBuffer, UInt32 pLen) |
NOContentStreamNavigator | getContentStreamNavigator () |
Class representing an XML-based part of an XPS-package. Base class for all NiXPSObjects based on an xml part.
void NiXPSObjects::NOXMLPartBased::getContentStream | ( | UInt8 * | pBuffer, | |
UInt32 | pSize | |||
) |
Get the content stream as a buffer of UTF-8 characters
pBuffer | The buffer to be filled | |
pSize | The size of the buffer |
void NiXPSObjects::NOXMLPartBased::replaceContentStream | ( | const UInt8 * | pBuffer, | |
UInt32 | pLen | |||
) |
Replace the contentstream with another stream buffer
pBuffer | The buffer to replace the content stream with | |
pLen | The length of the buffer |