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

/libcore/luni/src/main/java/javax/xml/validation/
H A DSchema.java18 // $Id: Schema.java 446598 2006-09-15 12:55:40Z jeremias $
30 * A {@link Schema} object is thread safe and applications are
34 * A {@link Schema} object is immutable in the sense that it shouldn't
37 * {@link Schema}, it must always produce the same result.
40 * A {@link Schema} object is usually created from {@link SchemaFactory}.
43 * Two kinds of validators can be created from a {@link Schema} object.
57 * @see <a href="http://www.w3.org/TR/xmlschema-1/">XML Schema Part 1: Structures</a>
62 public abstract class Schema { class
70 protected Schema() { method in class:Schema
74 * Creates a new {@link Validator} for this {@link Schema}
[all...]

Completed in 138 milliseconds