![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
#include <jawsmako/interactive.h>
Classes | |
| class | CXMLResource |
| Simple class for tracking streams associated with XML generated by generateXMLForDocument(). More... | |
Public Types | |
| typedef CEDLVector< CXMLResource > | CXMLResourceVect |
Static Public Member Functions | |
| static JAWSMAKO_API IRAInputStreamPtr | generateXMLForDocument (const IJawsMakoPtr &jawsMako, const IDocumentPtr &document, CXMLResourceVect &resources) |
| Generate an XML version of the Annotations and Forms content in the given IDocument. | |
| static JAWSMAKO_API IAnnotationReferencePtr | createAnnotationReferenceFromTag (const U8String &tag) |
| Generate an IAnnotationReference from an Annotation Tag attribute found in the XML. | |
Utility class for dealing with XML representations of annotations and forms.
|
static |
Generate an IAnnotationReference from an Annotation Tag attribute found in the XML.
| tag | Annotation Tag. |
|
static |
Generate an XML version of the Annotations and Forms content in the given IDocument.
| jawsMako | The JawsMako instance. |
| document | The document to generate the XML stream for. |
| resources | A reference to a vector to receive any streams that hold sounds, embedded files, or other embedded streams referenced from annotations. |