Searched refs:voidContext (Results 1 – 1 of 1) sorted by relevance
137 static void StartElement(void *voidContext, in StartElement() argument141 Context *context = static_cast<Context *>(voidContext); in StartElement()154 static void EndElement(void *voidContext, in EndElement() argument157 Context *context = static_cast<Context *>(voidContext); in EndElement()180 static void Characters(void *voidContext, in Characters() argument184 Context *context = static_cast<Context *>(voidContext); in Characters()193 static void cdata(void *voidContext, in cdata() argument197 Context *context = static_cast<Context *>(voidContext); in cdata()
Completed in 6 milliseconds