int utd2volumes (xmlNode * node) { ud->top = -1; ud->style_top = -1; firstPage = 1; firstLineOnPage = 1; beginDocument (); findBrlNodes (node); finishDocument (); return 1; }
JNIEXPORT jboolean JNICALL Java_org_apache_harmony_x_print_PSInterpreter_endDocument (JNIEnv *env, jclass owner, jint serviceID) { return (jboolean)finishDocument((int)serviceID); }