t.tree = parser.parse(is);
synchronized (cache) {
cache.put(source.getURI(), t);
}
}
new Processor(this.xmlConsumer, this.xmlConsumer).process(t.tree, jxpathContext);
} catch (TreeException exc) {
throw new SAXParseException(exc.getMessage(), exc, exc);
}
}