Searched refs:endDtdMethod (Results 1 – 1 of 1) sorted by relevance
219 static jmethodID endDtdMethod; variable829 env->CallVoidMethod(javaParser, endDtdMethod); in endDtd()1334 endDtdMethod = env->GetMethodID(clazz, "endDtd", "()V"); in ExpatParser_staticInitialize()1335 if (endDtdMethod == NULL) return; in ExpatParser_staticInitialize()