15LoadFromFileShowErrors(
XNode& xml,
const std::string& sFile) -> bool;
21Load(
XNode* pNode,
const std::string& sXml, std::string& sErrorOut);
25GetXML(
const XNode* pNode) -> std::string;
27SaveToFile(
const XNode* pNode,
28 const std::string& sFile,
29 const std::string& sStylesheet =
"",
30 bool bWriteTabs =
true) -> bool;
32SaveToFile(
const XNode* pNode,
34 const std::string& sStylesheet =
"",
35 bool bWriteTabs =
true) -> bool;
38AnnotateXNodeTree(
XNode* pNode,
const std::string& sFile);
40CompileXNodeTree(
XNode* pNode,
const std::string& sFile);
42XNodeFromTable(lua_State* L) ->
XNode*;