< prev index next >

test/javax/xml/jaxp/unittest/validation/SchemaTest.java

Print this page

        

*** 52,57 **** SchemaFactory factory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); factory.setFeature("http://apache.org/xml/features/validate-annotations", true); factory.newSchema(new File(getClass().getResource("Bug8149915.xsd").getFile())); } } - --- 52,56 ----
< prev index next >