I think for a thread-implementation I could use the SAXBuffer and add synchronized blocks like the following:

synchronized(buf) {
  buf.addXXX(...);
}

regards,
Johannes


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to