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

/openjdk7/jaxp/src/javax/xml/validation/
H A DSchemaFactory.java45 * {@link SchemaFactory} is a schema compiler. It reads external
49 * The {@link SchemaFactory} class is not thread-safe. In other words,
51 * one thread is using a {@link SchemaFactory} object at any
56 * {@link SchemaFactory} is not re-entrant. While one of the
74 * The {@link SchemaFactory} class is capable of locating other
111 public abstract class SchemaFactory { class
120 * <p>Derived classes must create {@link SchemaFactory} objects that have
124 protected SchemaFactory() { method in class:SchemaFactory
128 * <p>Lookup an implementation of the <code>SchemaFactory</code> that supports the specified
131 * <p>To find a <code>SchemaFactory</cod
[all...]

Completed in 266 milliseconds