net.jangaroo.exml.parser
Class ExmlValidator

java.lang.Object
  extended by net.jangaroo.exml.parser.ExmlValidator

public class ExmlValidator
extends Object

Validates the configured EXML source files against the EXML schema and the generated component suite schemas in the classpath.


Field Summary
static String EXML_VALIDATION_MESSAGE_PREFIX
           
 
Constructor Summary
ExmlValidator(ExmlConfiguration config)
           
 
Method Summary
 void validateAllExmlFiles()
           
 void validateExmlFile(File exmlFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXML_VALIDATION_MESSAGE_PREFIX

public static final String EXML_VALIDATION_MESSAGE_PREFIX
See Also:
Constant Field Values
Constructor Detail

ExmlValidator

public ExmlValidator(ExmlConfiguration config)
Method Detail

validateExmlFile

public void validateExmlFile(File exmlFile)
                      throws IOException,
                             SAXException
Throws:
IOException
SAXException

validateAllExmlFiles

public void validateAllExmlFiles()
                          throws IOException,
                                 SAXException
Throws:
IOException
SAXException


Copyright © 2002–2014 CoreMedia AG. All rights reserved.