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

/openjdk7/jaxp/src/javax/xml/validation/
H A DSchemaFactory.java57 * <code>newSchema</code> methods is being invoked, applications
58 * may not attempt to recursively invoke the <code>newSchema</code> method,
333 * #newSchema()} is processed. In some cases, for example, when the
400 * {@link #newSchema(Source)} or {@link #newSchema(File)}
401 * or {@link #newSchema(URL)} or or {@link #newSchema(Source[])} method.</p>
423 * {@link #newSchema(Source)} or {@link #newSchema(File)}
424 * or {@link #newSchema(UR
626 public Schema newSchema(Source schema) throws SAXException { method in class:SchemaFactory
642 public Schema newSchema(File schema) throws SAXException { method in class:SchemaFactory
658 public Schema newSchema(URL schema) throws SAXException { method in class:SchemaFactory
735 public abstract Schema newSchema(Source[] schemas) throws SAXException; method in class:SchemaFactory
788 public abstract Schema newSchema() throws SAXException; method in class:SchemaFactory
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java197 public Schema newSchema( Source[] schemas ) throws SAXException { method in class:XMLSchemaFactory
288 public Schema newSchema() throws SAXException { method in class:XMLSchemaFactory

Completed in 157 milliseconds