Searched refs:newSchema (Results 1 - 7 of 7) 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/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DSchemaCache.java62 schema = SchemaFactory.newInstance(WellKnownNamespace.XML_SCHEMA).newSchema(source);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DSchemaConstraintChecker.java91 sf.newSchema(getSchemaSource(schemas));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DClientSchemaValidationTube.java78 schema = sf.newSchema(sources);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DServerSchemaValidationTube.java83 schema = sf.newSchema(sources);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForest.java238 sf.newSchema(sources);
444 * This is "weak", because {@link SchemaFactory#newSchema(Source[])}
476 sf.newSchema(sources.toArray(new SAXSource[0]));
/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 35 milliseconds