src/lxplib.h

changeset 0
24d141cb2d1e
child 1
304b5a6f85e4
equal deleted inserted replaced
-1:000000000000 0:24d141cb2d1e
1 /*
2 ** See Copyright Notice in license.html
3 */
4
5 #define ParserType "Expat"
6
7 #define StartCdataKey "StartCdataSection"
8 #define EndCdataKey "EndCdataSection"
9 #define CharDataKey "CharacterData"
10 #define CommentKey "Comment"
11 #define DefaultKey "Default"
12 #define DefaultExpandKey "DefaultExpand"
13 #define StartElementKey "StartElement"
14 #define EndElementKey "EndElement"
15 #define ExternalEntityKey "ExternalEntityRef"
16 #define StartNamespaceDeclKey "StartNamespaceDecl"
17 #define EndNamespaceDeclKey "EndNamespaceDecl"
18 #define NotationDeclKey "NotationDecl"
19 #define NotStandaloneKey "NotStandalone"
20 #define ProcessingInstructionKey "ProcessingInstruction"
21 #define UnparsedEntityDeclKey "UnparsedEntityDecl"
22
23 int luaopen_lxp (lua_State *L);

mercurial