DOMImpl dom;
mask = multiplexer.nextMask(); // peek
if (cache != null) {
dom = cache.retrieveDocument(uri, mask, translet);
}
else {
// Parse the input document and construct DOM object
// Create a SAX parser and get the XMLReader object it uses
final SAXParserFactory factory = SAXParserFactory.newInstance();