Return to parser.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / include / libxml |
version 1.1.1.2, 2013/07/22 01:22:22 | version 1.1.1.2.2.1, 2013/07/22 01:28:51 |
---|---|
Line 310 struct _xmlParserCtxt { | Line 310 struct _xmlParserCtxt { |
xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */ | xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */ |
int input_id; /* we need to label inputs */ | int input_id; /* we need to label inputs */ |
unsigned long sizeentcopy; /* volume of entity copy */ | |
}; | }; |
/** | /** |