public static Spec parseSpec(InputStream html5SpecAsStream) throws IOException, SAXException {
return parseSpec(new InputSource(html5SpecAsStream));
}
private Spec buildSpec() {
return new Spec(urisByElement, contextsByElement,
contentModelsByElement, attributesByElement);
}