// TODO: This is wrong - the spec should parse, but should preload
// notImplemented
throw new SpecParserException("Unknown element <os:" + elementName + '>');
}
} catch (ELException ele) {
throw new SpecParserException(new XmlException(ele));
}
}
this.socialPreloads = Collections.unmodifiableMap(socialPreloads);
this.httpPreloads = Collections.unmodifiableMap(httpPreloads);