71727374757677
extend, loadContext, engine.getNameTable(), base, documentIndex); return new MultiNamespaceResult(new DOMBuilder(docFrag), null); }
105106107108109110111112113114115
engine.getNameTable(), null, 0), XmlSearchXSLTransformEngine.this, this, // ParameterSet new MultiNamespaceResult(new DOMBuilder(resultRoot), null)); } catch (XSLException e) { throw toTransformException(e); }
115116117118119120121122
} _parserAdapter.setContentHandler(xrapProcessor); _xrapEventProcessor = new MultiNamespaceResult(_parserAdapter, null); }
42434445464748
7677787980818283848586
engine.getNameTable(), null, 0), XSLTransformEngine.this, this, // ParameterSet new MultiNamespaceResult(new DOMBuilder(resultRoot), null)); } catch (XSLException e) { throw toTransformException(e); }
100101102103104105106107
this, loadContext, baseNode.getNamespacePrefixMap().getNameTable(), base, documentIndex); return new MultiNamespaceResult(new DOMBuilder(docFrag), errorHandler); }