|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Validator in com.oxygenxml.validate.isoschematron |
---|
Methods in com.oxygenxml.validate.isoschematron that return Validator | |
---|---|
Validator |
SchemaImpl.createValidator(PropertyMap properties)
|
Constructors in com.oxygenxml.validate.isoschematron with parameters of type Validator | |
---|---|
SchemaReaderImpl.ValidateStage(XMLReader reader,
Validator validator,
CountingErrorHandler ceh)
|
Uses of Validator in com.oxygenxml.validate.nvdl |
---|
Fields in com.oxygenxml.validate.nvdl declared as Validator | |
---|---|
private Validator |
SchemaImpl.Handler.validator
The validator that checks the script against the NVDL RelaxNG schema. |
Methods in com.oxygenxml.validate.nvdl that return Validator | |
---|---|
Validator |
SchemaImpl.createValidator(PropertyMap properties)
Creates a Validator for validating XML documents against this NVDL script. |
private Validator |
ValidatorImpl.createValidator(Schema schema)
Get a validator for a schema. |
Methods in com.oxygenxml.validate.nvdl with parameters of type Validator | |
---|---|
private void |
ValidatorImpl.releaseValidator(Schema schema,
Validator vh)
Releases a validator for a given schema. |
Uses of Validator in com.thaiopensource.relaxng.impl |
---|
Classes in com.thaiopensource.relaxng.impl that implement Validator | |
---|---|
class |
CombineValidator
|
class |
FeasibleIdSoundnessChecker
|
class |
IdSoundnessChecker
|
class |
PatternValidator
|
Fields in com.thaiopensource.relaxng.impl declared as Validator | |
---|---|
private Validator |
CombineValidator.v1
|
private Validator |
CombineValidator.v2
|
Methods in com.thaiopensource.relaxng.impl that return Validator | |
---|---|
Validator |
PatternSchema.createValidator(PropertyMap properties)
|
Validator |
IdTypeMapSchema.createValidator(PropertyMap properties)
|
Validator |
FeasibleIdTypeMapSchema.createValidator(PropertyMap properties)
|
Validator |
CombineSchema.createValidator(PropertyMap properties)
|
Constructors in com.thaiopensource.relaxng.impl with parameters of type Validator | |
---|---|
CombineValidator(Validator v1,
Validator v2)
|
Uses of Validator in com.thaiopensource.relaxng.jarv |
---|
Classes in com.thaiopensource.relaxng.jarv that implement Validator | |
---|---|
(package private) class |
VerifierHandlerImpl
|
Uses of Validator in com.thaiopensource.validate |
---|
Fields in com.thaiopensource.validate declared as Validator | |
---|---|
private Validator |
ValidationDriver.validator
|
Methods in com.thaiopensource.validate that return Validator | |
---|---|
Validator |
Schema.createValidator(PropertyMap properties)
Creates a new Validator that can be used to validate XML documents with
respect to this schema. |
Uses of Validator in com.thaiopensource.validate.jarv |
---|
Classes in com.thaiopensource.validate.jarv that implement Validator | |
---|---|
class |
VerifierValidator
|
Methods in com.thaiopensource.validate.jarv that return Validator | |
---|---|
Validator |
VerifierFactorySchemaReader.SchemaImpl.createValidator(PropertyMap properties)
|
Uses of Validator in com.thaiopensource.validate.mns |
---|
Fields in com.thaiopensource.validate.mns declared as Validator | |
---|---|
(package private) Validator |
ValidatorImpl.Subtree.validator
|
private Validator |
SchemaImpl.Handler.validator
|
Methods in com.thaiopensource.validate.mns that return Validator | |
---|---|
Validator |
SchemaImpl.createValidator(PropertyMap properties)
|
private Validator |
ValidatorImpl.createValidator(Schema schema)
|
Methods in com.thaiopensource.validate.mns with parameters of type Validator | |
---|---|
private void |
ValidatorImpl.releaseValidator(Schema schema,
Validator validator)
|
Constructors in com.thaiopensource.validate.mns with parameters of type Validator | |
---|---|
ValidatorImpl.Subtree(Hashset coveredNamespaces,
ContextMap contextMap,
ElementsOrAttributes prune,
Validator validator,
Schema schema,
SchemaImpl.Mode parentMode,
int parentLaxDepth,
ValidatorImpl.Subtree parent)
|
Uses of Validator in com.thaiopensource.validate.nrl |
---|
Fields in com.thaiopensource.validate.nrl declared as Validator | |
---|---|
private Validator |
SchemaImpl.Handler.validator
|
Methods in com.thaiopensource.validate.nrl that return Validator | |
---|---|
Validator |
SchemaImpl.createValidator(PropertyMap properties)
|
private Validator |
ValidatorImpl.createValidator(Schema schema)
|
Methods in com.thaiopensource.validate.nrl with parameters of type Validator | |
---|---|
private void |
ValidatorImpl.releaseValidator(Schema schema,
Validator vh)
|
Uses of Validator in com.thaiopensource.validate.schematron |
---|
Methods in com.thaiopensource.validate.schematron that return Validator | |
---|---|
Validator |
SchemaImpl.createValidator(PropertyMap properties)
|
Constructors in com.thaiopensource.validate.schematron with parameters of type Validator | |
---|---|
SchemaReaderImpl.ValidateStage(XMLReader reader,
Validator validator,
CountingErrorHandler ceh)
|
Uses of Validator in com.thaiopensource.validate.xerces |
---|
Classes in com.thaiopensource.validate.xerces that implement Validator | |
---|---|
(package private) class |
ValidatorImpl
|
Methods in com.thaiopensource.validate.xerces that return Validator | |
---|---|
Validator |
SchemaImpl.createValidator(PropertyMap properties)
|
Uses of Validator in nu.validator.servlet |
---|
Fields in nu.validator.servlet declared as Validator | |
---|---|
protected Validator |
VerifierServletTransaction.validator
|
Methods in nu.validator.servlet that return Validator | |
---|---|
private Validator |
VerifierServletTransaction.combineValidatorByUrl(Validator validator,
String url)
|
protected Validator |
VerifierServletTransaction.validatorByDoctype(int schemaId)
|
private Validator |
VerifierServletTransaction.validatorByUrl(String url)
|
private Validator |
VerifierServletTransaction.validatorByUrls(String schemaList)
|
Methods in nu.validator.servlet with parameters of type Validator | |
---|---|
private Validator |
VerifierServletTransaction.combineValidatorByUrl(Validator validator,
String url)
|
Uses of Validator in org.whattf.checker.jing |
---|
Classes in org.whattf.checker.jing that implement Validator | |
---|---|
class |
CheckerValidator
Wraps a Checker so that it can be used like a Jing Validator . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |