Static Public Member Functions | |
static int | LuaXML_ParseString (lua_State *L) |
only used for documentation generation. | |
static int | LuaXML_ParseFile (lua_State *L) |
static void | SetCondenseWhiteSpace (bool condense) |
The world does not agree on whether white space should be kept or not. | |
static bool | IsWhiteSpaceCondensed () |
Return the current white space setting. |
int ParaScripting::ParaXML::LuaXML_ParseString | ( | lua_State * | L | ) | [static] |
only used for documentation generation.
filename,: | string |
void ParaScripting::ParaXML::SetCondenseWhiteSpace | ( | bool | condense | ) | [static] |
The world does not agree on whether white space should be kept or not.
In order to make everyone happy, these global, static functions are provided to set whether or not the parser will condense all white space into a single space or not. The default is to condense. Note changing this value is not thread safe.