Searched refs:endCdataMethod (Results 1 – 1 of 1) sorted by relevance
218 static jmethodID endCdataMethod; variable787 env->CallVoidMethod(javaParser, endCdataMethod); in endCdata()1327 endCdataMethod = env->GetMethodID(clazz, "endCdata", "()V"); in ExpatParser_staticInitialize()1328 if (endCdataMethod == NULL) return; in ExpatParser_staticInitialize()