129130131132133134135136137138139
/** * Loads the document and updates build-time (latency) statistics */ public void loadDocument(String uri) { _dom = new DOMImpl(); _dtdMonitor = new DTDMonitor(); try { final long stamp = System.currentTimeMillis();