Home
last modified time | relevance | path

Searched defs:newSchema (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/javax/xml/validation/
DSchemaFactory.java526 public Schema newSchema(Source schema) throws SAXException { in newSchema() method in SchemaFactory
542 public Schema newSchema(File schema) throws SAXException { in newSchema() method in SchemaFactory
558 public Schema newSchema(URL schema) throws SAXException { in newSchema() method in SchemaFactory
628 public abstract Schema newSchema(Source[] schemas) throws SAXException; in newSchema() method in SchemaFactory
673 public abstract Schema newSchema() throws SAXException; in newSchema() method in SchemaFactory
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DMockSchemaFactory.java30 public Schema newSchema() throws SAXException { in newSchema() method in MockSchemaFactory
35 public Schema newSchema(Source[] schemas) throws SAXException { in newSchema() method in MockSchemaFactory