Skip navigation links
A C E G I N O P S V 

A

add(SchematronResult) - Method in class org.pageseeder.schematron.SchematronReport
Add a new SchematronResult object to the collection

C

characters(char[], int, int) - Method in class org.pageseeder.schematron.SVRLHandler
 
configure(ValidatorFactory) - Method in class org.pageseeder.schematron.SchematronOptions
 

E

endElement(String, String, String) - Method in class org.pageseeder.schematron.SVRLHandler
 
execute() - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Executes this task.

G

get(String) - Method in class org.pageseeder.schematron.SchematronReport
Returns the Schematron result instance corresponding to the given system ID.
getErrorListener() - Method in class org.pageseeder.schematron.ValidatorFactory
Get the error event handler for this factory.
getFailedAssertions() - Method in class org.pageseeder.schematron.SchematronResult
 
getFailedMessage() - Method in class org.pageseeder.schematron.SchematronResult
Return the failed assertion message only.
getParameter(String) - Method in class org.pageseeder.schematron.ValidatorFactory
Returns the parameters value for hte specified name.
getSuccessfulReports() - Method in class org.pageseeder.schematron.SchematronResult
 
getSVRLAsString() - Method in class org.pageseeder.schematron.SchematronResult
 
getSystemID() - Method in class org.pageseeder.schematron.SchematronResult
 

I

isValid() - Method in class org.pageseeder.schematron.SchematronResult
 

N

newValidator(File) - Method in class org.pageseeder.schematron.ValidatorFactory
Process the specified schema into a Validator object.
newValidator(Source) - Method in class org.pageseeder.schematron.ValidatorFactory
Process the specified schema into a Validator object.

O

org.pageseeder.schematron - package org.pageseeder.schematron
 

P

printAllMessage(PrintStream) - Method in class org.pageseeder.schematron.SchematronResult
Print both failed assertion and successful report message to the console.
printFailedMessage(PrintStream) - Method in class org.pageseeder.schematron.SchematronResult
Print the failed assertion messages only on the specified stream.
printLog(PrintStream) - Method in class org.pageseeder.schematron.SchematronReport
Print the SVRL result onto the console log.

S

saveAs(File) - Method in class org.pageseeder.schematron.SchematronReport
Saves this report as XML in the format:
Schematron - Class in org.pageseeder.schematron
Deprecated. 
Schematron() - Constructor for class org.pageseeder.schematron.Schematron
Deprecated.
 
SchematronException - Exception in org.pageseeder.schematron
Classes of exceptions occurring while preparing or performing Schematron validation.
SchematronException() - Constructor for exception org.pageseeder.schematron.SchematronException
Creates a new Schematron exception.
SchematronException(String) - Constructor for exception org.pageseeder.schematron.SchematronException
Creates a new Schematron exception.
SchematronException(Throwable) - Constructor for exception org.pageseeder.schematron.SchematronException
Creates a new Schematron exception.
SchematronException(String, Throwable) - Constructor for exception org.pageseeder.schematron.SchematronException
Creates a new Schematron exception.
SchematronOptions - Class in org.pageseeder.schematron
 
SchematronOptions() - Constructor for class org.pageseeder.schematron.SchematronOptions
 
SchematronReport - Class in org.pageseeder.schematron
A report aggregating a collection of Schematron validation results.
SchematronReport() - Constructor for class org.pageseeder.schematron.SchematronReport
Constructor of Schematron Report
SchematronResult - Class in org.pageseeder.schematron
Stores the results of the schematron validation.
SchematronResult(String) - Constructor for class org.pageseeder.schematron.SchematronResult
Constructor of SchematronResult that accept the source file name (or systemID)
setAllow_foreign(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setarchiveDirParameter(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Pass the directory name of the current processed file as a xsl parameter to the transformation.
setArchiveNameParameter(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Pass the filename of the current processed file as a xsl parameter to the transformation.
setAttributes(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setCatalog(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Specifies a semicolon separated list of catalog files
setDebugMode(boolean) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Specify whether preprocessor stylesheet are to be print into file for debugging.
setDebugMode(boolean) - Method in class org.pageseeder.schematron.ValidatorFactory
If debug mode is set to true, then preprocessing stylesheet will be outputted in file debug.xslt This has to be called before newValidator() to take effect.
setDiagnose(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setErrorListener(ErrorListener) - Method in class org.pageseeder.schematron.ValidatorFactory
Set the error event listener for the ValidatorFactory, which is used for the processing of the Schematron schema, not for the Schematron validation itself.
setFailOnError(boolean) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Specify how parser error are to be handled.
setFile(File) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Specify the file to be checked; optional.
setFileDirParameter(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Pass the directory name of the current processed file as a xsl parameter to the transformation.
setFileNameParameter(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Pass the filename of the current processed file as a xsl parameter to the transformation.
setGenerate_paths(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setLangCode(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setMessage_newline(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setOnly_child_elements(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setOutputDir(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Specify the path to the directory where the output file should be stored.
setOutputEncoding(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Set the encoding to be used.
setOutputFilename(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Specify the name of the file where the results will be stored.
setParameter(String, Object) - Method in class org.pageseeder.schematron.ValidatorFactory
Add a parameter to be sent to the preprocessor.
setPhase(String) - Method in class org.pageseeder.schematron.SchematronOptions
Specifies the phase Schematron should use.
setQueryLanguageBinding(String) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Specify which binding to use "xslt1", "xslt2"
setResolver(URIResolver) - Method in class org.pageseeder.schematron.Validator
 
setResolver(Class<URIResolver>) - Method in class org.pageseeder.schematron.ValidatorFactory
Set the class name of the resolver to use, overriding built-in Apache resolver
setSch_exlst_imports(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setSchema(File) - Method in class org.pageseeder.schematron.Schematron
Deprecated.
Specify the file to be checked; optional.
setSchema_id(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setSelect_contents(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setSVRL(String) - Method in class org.pageseeder.schematron.SchematronResult
Setter for SVRL content/file, also parse the SVRL content to extract the failed assertion and the successful report.
setTerminate(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
setVisit_text(String) - Method in class org.pageseeder.schematron.SchematronOptions
 
startElement(String, String, String, Attributes) - Method in class org.pageseeder.schematron.SVRLHandler
 
SVRLHandler - Class in org.pageseeder.schematron
A simple handler which parses the SRVL result and stores TEXT_ELT is not just under FAILED_ASSERT_ELT and SUCCESSFUL_REPORT_ELT.
SVRLHandler() - Constructor for class org.pageseeder.schematron.SVRLHandler
Constructor for SVRLHandler.
SVRLHandler(List<String>, List<String>) - Constructor for class org.pageseeder.schematron.SVRLHandler
Constructor for SVRLHandler that require reference of failedAssertions and successfulReports.

V

validate(File) - Method in class org.pageseeder.schematron.Validator
Performs validation of the passed XML data.
validate(Source) - Method in class org.pageseeder.schematron.Validator
Performs validation of the passed XML data.
validate(Source, String, String, String, String, String) - Method in class org.pageseeder.schematron.Validator
Performs validation of the passed XML data.
Validator - Class in org.pageseeder.schematron
An object representing a single Schematron schema, used to validate multiple XML instances.
Validator(Templates) - Constructor for class org.pageseeder.schematron.Validator
Constructs a new Validator object for a given Schematron templates.
ValidatorFactory - Class in org.pageseeder.schematron
A ValidatorFactory instance can be used to create a Validator object.
ValidatorFactory() - Constructor for class org.pageseeder.schematron.ValidatorFactory
Constructs a new factory using the default preprocessor.
ValidatorFactory(Source) - Constructor for class org.pageseeder.schematron.ValidatorFactory
Constructs a new factory object using the specified preprocessor.
ValidatorFactory(ValidatorFactory.QueryBinding, String) - Constructor for class org.pageseeder.schematron.ValidatorFactory
Constructs a new ValidatorFactory object using the specified preprocessor.
ValidatorFactory.QueryBinding - Enum in org.pageseeder.schematron
 
valueOf(String) - Static method in enum org.pageseeder.schematron.ValidatorFactory.QueryBinding
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pageseeder.schematron.ValidatorFactory.QueryBinding
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G I N O P S V 
Skip navigation links