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

/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactory.java18 // $Id: SchemaFactory.java 884952 2009-11-27 18:55:08Z mrglavas $
37 * {@link SchemaFactory} is a schema compiler. It reads external
41 * The {@link SchemaFactory} class is not thread-safe. In other words,
43 * one thread is using a {@link SchemaFactory} object at any
48 * {@link SchemaFactory} is not re-entrant. While one of the
66 * The {@link SchemaFactory} class is capable of locating other
102 public abstract class SchemaFactory { class
109 * <p>Derived classes must create {@link SchemaFactory} objects that have
113 protected SchemaFactory() { method in class:SchemaFactory
117 * <p>Lookup an implementation of the <code>SchemaFactory</cod
[all...]

Completed in 254 milliseconds