nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMEPluginRaw.h File Reference

NME optional plugin for keeping text unchanged. More...

#include "NME.h"

Go to the source code of this file.

Defines

#define NMEPluginRawEntry(name, opt)   {name, opt, NMEPluginRaw, NULL}
 NMEPlugin entry for table of plugins (opt should be kNMEPluginOptDefault or kNMEPluginOptBetweenPar)

Functions

NMEErr NMEPluginRaw (NMEConstText name, NMEInt nameLen, NMEConstText data, NMEInt dataLen, NMEContext *context, void *userData)
 Plugin implementation for keeping text unchanged (useful to embed XML or HTML)

Detailed Description

NME optional plugin for keeping text unchanged.

Author:
Yves Piguet.

Definition in file NMEPluginRaw.h.


Function Documentation

NMEErr NMEPluginRaw ( NMEConstText  name,
NMEInt  nameLen,
NMEConstText  data,
NMEInt  dataLen,
NMEContext context,
void *  userData 
)

Plugin implementation for keeping text unchanged (useful to embed XML or HTML)

Parameters:
[in]nameplugin name, such as "raw"
[in]nameLenlength of name
[in]datadata text
[in]dataLenlength of data
[in,out]contextcurrent context
[in]userDatapointer passed from the parser, as specified in NMEPlugin
Returns:
error code (kNMEErrOk for success)
Test:
    << raw
    <span style="color:#ff0000">RED</span>
    >>

Definition at line 12 of file NMEPluginRaw.c.

Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.