Ejemplo n.º 1
0
 public final void recordEvents(InputStream inputStream) throws JoranException {
   recordEvents(new InputSource(inputStream));
 }
 private void parseAndRecord(InputStream inputSource, SaxEventRecorder recorder)
     throws JoranException {
   recorder.setContext(context);
   recorder.recordEvents(inputSource);
 }