Searched defs:newSchema (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider1/xp1/
H A DSchemaFactoryImpl.java68 public Schema newSchema(Source[] schemas) throws SAXException { method in class:SchemaFactoryImpl
73 public Schema newSchema() throws SAXException { method in class:SchemaFactoryImpl
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/DefaultFactoryWrapperTest/xmlwrapperprovider/xwp/
H A DSchemaFactoryWrapper.java63 public Schema newSchema(Source[] schemas) throws SAXException { method in class:SchemaFactoryWrapper
68 public Schema newSchema() throws SAXException { method in class:SchemaFactoryWrapper
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/validation/
H A DSchemaFactory.java669 public Schema newSchema(Source schema) throws SAXException { method in class:SchemaFactory
685 public Schema newSchema(File schema) throws SAXException { method in class:SchemaFactory
701 public Schema newSchema(URL schema) throws SAXException { method in class:SchemaFactory
778 public abstract Schema newSchema(Source[] schemas) throws SAXException; method in class:SchemaFactory
831 public abstract Schema newSchema() throws SAXException; method in class:SchemaFactory
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java218 public Schema newSchema( Source[] schemas ) throws SAXException { method in class:XMLSchemaFactory
318 public Schema newSchema() throws SAXException { method in class:XMLSchemaFactory
334 public Schema newSchema(XMLGrammarPool pool) throws SAXException { method in class:XMLSchemaFactory

Completed in 182 milliseconds