301302303304305306307
* * @param source The input source. * @param type The source type. */ public void loadMapping(final InputSource source, final String type) { _mappings.add(new MappingSource(source, type, _resolver)); }