< prev index next >

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

Print this page

        

*** 57,62 **** Schema schema = factory.newSchema(schemaFile); Validator validator = schema.newValidator(); validator.validate(new DOMSource(node)); } } - --- 57,61 ----
< prev index next >