A B C D E F G H I M R S V W X

A

actionPerformed(ActionEvent) - Method in class be.fgov.ehealth.ehvalidator.gui.EhValidationTool
This method implements event handling within the GUI.
addColumn(TableColumn) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Append column to the right of exisiting columns.
allTableColumns - Variable in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Array of TableColumn objects in this model.

B

be.fgov.ehealth.ehvalidator.core - package be.fgov.ehealth.ehvalidator.core
Provides sumehr validation functionality either as a command-line tool or a java library.
be.fgov.ehealth.ehvalidator.exceptions - package be.fgov.ehealth.ehvalidator.exceptions
Provides exceptions for the sumehr validation core library.
be.fgov.ehealth.ehvalidator.gui - package be.fgov.ehealth.ehvalidator.gui
Provides the required classes for launching the sumehr validation library in a Graphical User Interface.
be.fgov.ehealth.ehvalidator.handler - package be.fgov.ehealth.ehvalidator.handler
 
be.fgov.ehealth.ehvalidator.utils - package be.fgov.ehealth.ehvalidator.utils
 
be.fgov.ehealth.ehvalidator.validators - package be.fgov.ehealth.ehvalidator.validators
 

C

convertInputStreamToByteArray(InputStream) - Static method in class be.fgov.ehealth.ehvalidator.utils.DocumentUtils
 

D

DocumentUtils - Class in be.fgov.ehealth.ehvalidator.utils
Utility class to handle document source.

E

EhValidationTool - Class in be.fgov.ehealth.ehvalidator.gui
Ehealth Validation Tool
EhValidationTool() - Constructor for class be.fgov.ehealth.ehvalidator.gui.EhValidationTool
Constructor.
EhValidator - Class in be.fgov.ehealth.ehvalidator.core
EhValidator
EhValidator() - Constructor for class be.fgov.ehealth.ehvalidator.core.EhValidator
 
EhValidator.Language - Enum in be.fgov.ehealth.ehvalidator.core
allowed languages.
EhValidator.ValidationResult - Enum in be.fgov.ehealth.ehvalidator.core
Validation results.
EhValidatorSchematronException - Exception in be.fgov.ehealth.ehvalidator.exceptions
Exception thrown when an issue occurs during the validation of the Schematron Rules.
EhValidatorSchematronException() - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorSchematronException
 
EhValidatorSchematronException(String) - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorSchematronException
 
EhValidatorXmlValidationException - Exception in be.fgov.ehealth.ehvalidator.exceptions
Exception thrown when an issue occurs during the XML validation of the file.
EhValidatorXmlValidationException() - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorXmlValidationException
 
EhValidatorXmlValidationException(String) - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorXmlValidationException
 
EhValidatorXsltTransformException - Exception in be.fgov.ehealth.ehvalidator.exceptions
Exception thrown when an issue occurs during the XSLT transformation (either to HTML or XML).
EhValidatorXsltTransformException() - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorXsltTransformException
 
EhValidatorXsltTransformException(String) - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorXsltTransformException
 
ERROR - Static variable in class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
ERROR of type ERROR
error(SAXParseException) - Method in class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
 
ErrorValidationHandler - Class in be.fgov.ehealth.ehvalidator.handler
Error handler for xsd validation.
ErrorValidationHandler() - Constructor for class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
 

F

FATAL - Static variable in class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
ERROR of type FATAL
fatalError(SAXParseException) - Method in class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
 

G

getColumn(int, boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Returns the TableColumn object for the column at columnIndex.
getColumnByModelIndex(int) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Maps the index of the column in the table model at modelColumnIndex to the TableColumn object.
getColumnCount(boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Returns the total number of columns in this model.
getColumnIndex(Object, boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Returns the position of the first column whose identifier equals identifier.
getColumns(boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Returns an Enumeration of all the columns in the model.
getExceptionList(String...) - Method in class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
This method will return the .
getHTMLReport(String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name is provided as parameter.
getHTMLReport(String, EhValidator.Language) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name and language are provided as parameters.
getHTMLReport(String, EhValidator.Language, String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name, language and set of rules are provided as parameters.
getHTMLView(String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method allows to get the HTML representation of a valid file.
getHTMLView(String, EhValidator.Language) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method allows to get the HTML representation of a valid file.
getHTMLView(String, EhValidator.Language, String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method allows to get the HTML representation of a valid file.
getXMLReport(String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name is provided as parameter.
getXMLReport(String, String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name and set of rules are provided as parameter.

H

hasExceptions(String...) - Method in class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
This method will check if the requested errorType has Exception.

I

isColumnVisible(TableColumn) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Checks wether the specified column is currently visible.

M

main(String[]) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This is the main method of the eHealth Validator, used when run in command-line mode.
main(String[]) - Static method in class be.fgov.ehealth.ehvalidator.gui.EhValidationTool
This is the main method of the EhValidationTool.
moveColumn(int, int) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Moves the column from oldIndex to newIndex.

R

removeColumn(TableColumn) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Removes column from this column model.

S

SchematronValidator - Class in be.fgov.ehealth.ehvalidator.validators
Schematron validator.
SchematronValidator() - Constructor for class be.fgov.ehealth.ehvalidator.validators.SchematronValidator
 
setAllColumnsVisible() - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Makes all columns in this model visible
setColumnVisible(TableColumn, boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Sets the visibility of the specified TableColumn.

V

validate(String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
 
validate(String, String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
 
validate(String, String) - Method in class be.fgov.ehealth.ehvalidator.validators.SchematronValidator
 
validate(String, byte[], EhValidator.Language) - Method in class be.fgov.ehealth.ehvalidator.validators.XsdValidator
 
valueOf(String) - Static method in enum be.fgov.ehealth.ehvalidator.core.EhValidator.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.fgov.ehealth.ehvalidator.core.EhValidator.ValidationResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.fgov.ehealth.ehvalidator.core.EhValidator.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum be.fgov.ehealth.ehvalidator.core.EhValidator.ValidationResult
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - Static variable in class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
ERROR of type WARNING
warning(SAXParseException) - Method in class be.fgov.ehealth.ehvalidator.handler.ErrorValidationHandler
 

X

XsdValidator - Class in be.fgov.ehealth.ehvalidator.validators
Xsd validator.
XsdValidator() - Constructor for class be.fgov.ehealth.ehvalidator.validators.XsdValidator
 
xsltTransform(String, byte[], EhValidator.Language) - Static method in class be.fgov.ehealth.ehvalidator.utils.XsltTransformer
Operates a xslt transformation
xsltTransform(String, byte[], String, EhValidator.Language, String) - Static method in class be.fgov.ehealth.ehvalidator.utils.XsltTransformer
Operates a xslt transformation and creates a temporary file of the xml report.
XsltTransformer - Class in be.fgov.ehealth.ehvalidator.utils
Performs a Xslt transformation.
XTableColumnModel - Class in be.fgov.ehealth.ehvalidator.gui
XTableColumnModel extends the DefaultTableColumnModel .

A B C D E F G H I M R S V W X

eHealth Validator Service Master project 2.1.1 API
Copyright © 2013 eHealth. All Rights Reserved.