|
Préférences
Moteurs de recherche
|
|||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.validation
|
Constructor Summary | |
---|---|
protected |
Schema()
Constructor for the derived class. |
Method Summary | |
---|---|
abstract Validator |
newValidator()
Creates a new Validator for this Schema . |
abstract ValidatorHandler |
newValidatorHandler()
Creates a new ValidatorHandler for this Schema . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Schema()
The constructor does nothing.
Method Detail |
---|
public abstract Validator newValidator()
Validator
for this Schema
.
A validator enforces/checks the set of constraints this object represents.
Implementors should assure that the properties set on the
SchemaFactory
that created this Schema
are also
set on the Validator
constructed.
public abstract ValidatorHandler newValidatorHandler()
ValidatorHandler
for this Schema
.
Implementors should assure that the properties set on the
SchemaFactory
that created this Schema
are also
set on the ValidatorHandler
constructed.