Uses of Class
be.fgov.ehealth.ehvalidator.core.EhValidator.Language

Packages that use EhValidator.Language
be.fgov.ehealth.ehvalidator.core Provides sumehr validation functionality either as a command-line tool or a java library. 
be.fgov.ehealth.ehvalidator.utils   
be.fgov.ehealth.ehvalidator.validators   
 

Uses of EhValidator.Language in be.fgov.ehealth.ehvalidator.core
 

Methods in be.fgov.ehealth.ehvalidator.core that return EhValidator.Language
static EhValidator.Language EhValidator.Language.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EhValidator.Language[] EhValidator.Language.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in be.fgov.ehealth.ehvalidator.core with parameters of type EhValidator.Language
static String EhValidator.getHTMLReport(String fileName, EhValidator.Language language)
          This method performs a validation of the file whose file name and language are provided as parameters.
static String EhValidator.getHTMLReport(String fileName, EhValidator.Language language, String rules)
          This method performs a validation of the file whose file name, language and set of rules are provided as parameters.
static String EhValidator.getHTMLView(String fileName, EhValidator.Language language)
          This method allows to get the HTML representation of a valid file.
static String EhValidator.getHTMLView(String fileName, EhValidator.Language language, String rules)
          This method allows to get the HTML representation of a valid file.
 

Uses of EhValidator.Language in be.fgov.ehealth.ehvalidator.utils
 

Methods in be.fgov.ehealth.ehvalidator.utils with parameters of type EhValidator.Language
static byte[] XsltTransformer.xsltTransform(String transformType, byte[] toTransform, EhValidator.Language language)
          Operates a xslt transformation
static byte[] XsltTransformer.xsltTransform(String transformType, byte[] toTransform, String fileName, EhValidator.Language language, String rules)
          Operates a xslt transformation and creates a temporary file of the xml report.
 

Uses of EhValidator.Language in be.fgov.ehealth.ehvalidator.validators
 

Methods in be.fgov.ehealth.ehvalidator.validators with parameters of type EhValidator.Language
 boolean XsdValidator.validate(String fileName, byte[] kmehrMessage, EhValidator.Language language)
           
 



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