Searched refs:startCdataMethod (Results 1 – 1 of 1) sorted by relevance
224 static jmethodID startCdataMethod; variable758 env->CallVoidMethod(javaParser, startCdataMethod); in startCdata()1311 startCdataMethod = env->GetMethodID(clazz, "startCdata", "()V"); in ExpatParser_staticInitialize()1312 if (startCdataMethod == NULL) return; in ExpatParser_staticInitialize()