NMEPluginRaw.h File Reference
Detailed Description
NME optional plugin for keeping text unchanged.
- Author:
- Yves Piguet. Copyright 2007-2008, Yves Piguet.
Definition in file NMEPluginRaw.h.
#include "NME.h"
Go to the source code of this file.
Function Documentation
Plugin implementation for keeping text unchanged (useful to embed XML or HTML).
- Parameters:
-
| [in] | name | plugin name, such as "raw" |
| [in] | nameLen | length of name |
| [in] | data | data text |
| [in] | dataLen | length of data |
| [in,out] | context | current context |
| [in] | userData | pointer 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 11 of file NMEPluginRaw.c.