DWFToolkit::DWFXFixedPageResourceExtractor Class Reference

#include "dwf/dwfx/reader/FixedPageResourceExtractor.h"

Collaboration diagram for DWFToolkit::DWFXFixedPageResourceExtractor:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class implements extraction of DWF resources contained within a Fixed Page part.

Since:
7.4.0

Definition at line 50 of file FixedPageResourceExtractor.h.

Public Member Functions

_DWFTK_API void notifyStartElement (const char *zName, const char **ppAttributeList) throw ()
_DWFTK_API void notifyEndElement (const char *zName) throw ()
_DWFTK_API void notifyStartNamespace (const char *zPrefix, const char *zURI) throw ()
_DWFTK_API void notifyEndNamespace (const char *zPrefix) throw ()
_DWFTK_API void notifyCharacterData (const char *zCData, int nLength) throw ()
_DWFTK_API DWFInputStream * getResourceStream (const DWFString &zLocator) throw ( DWFException )


Member Function Documentation

_DWFTK_API DWFInputStream* DWFToolkit::DWFXFixedPageResourceExtractor::getResourceStream const DWFString &  zLocator  )  throw ( DWFException )
 

Returns the input stream for the resource specified by its locator

Parameters:
zLocator The locator for the resource
Returns:
A stream for the requested resource. The caller must delete this pointer with the DWFCORE_FREE_OBJECT macro.
Exceptions:
DWFException 

_DWFTK_API void DWFToolkit::DWFXFixedPageResourceExtractor::notifyCharacterData const char *  zCData,
int  nLength
throw ()
 

_DWFTK_API void DWFToolkit::DWFXFixedPageResourceExtractor::notifyEndElement const char *  zName  )  throw ()
 

_DWFTK_API void DWFToolkit::DWFXFixedPageResourceExtractor::notifyEndNamespace const char *  zPrefix  )  throw ()
 

_DWFTK_API void DWFToolkit::DWFXFixedPageResourceExtractor::notifyStartElement const char *  zName,
const char **  ppAttributeList
throw ()
 

_DWFTK_API void DWFToolkit::DWFXFixedPageResourceExtractor::notifyStartNamespace const char *  zPrefix,
const char *  zURI
throw ()
 


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:40:24 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5