tomp.ext.validator.xslt
Class ExamplotronValidator

java.lang.Object
  |
  +--tomp.ext.validator.xslt.XSLTGenericValidator
        |
        +--tomp.ext.validator.xslt.ExamplotronValidator
All Implemented Interfaces:
Validator

public class ExamplotronValidator
extends XSLTGenericValidator

The ExamplotronValidator is a simple extension of the generic XSLTGenericValidator. The source is valid iff no element is generated when the source is being transformed via the compiled examplotron schema.


Field Summary
 
Fields inherited from class tomp.ext.validator.xslt.XSLTGenericValidator
action, application, compiledSchema, errorDetector, id, validator, version
 
Constructor Summary
ExamplotronValidator(Action action, java.lang.String id, Validator v, java.lang.String version, Source schemaSource, Style compilerStyle)
           
 
Methods inherited from class tomp.ext.validator.xslt.XSLTGenericValidator
id, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExamplotronValidator

public ExamplotronValidator(Action action,
                            java.lang.String id,
                            Validator v,
                            java.lang.String version,
                            Source schemaSource,
                            Style compilerStyle)
                     throws EXTException