net.jangaroo.exml.parser
Class ExmlToModelParser

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

public final class ExmlToModelParser
extends Object


Constructor Summary
ExmlToModelParser(ConfigClassRegistry registry)
           
 
Method Summary
 ExmlModel parse(File file)
          Parses the exml file into an ExmlModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExmlToModelParser

public ExmlToModelParser(ConfigClassRegistry registry)
Method Detail

parse

public ExmlModel parse(File file)
                throws IOException,
                       SAXException
Parses the exml file into an ExmlModel

Parameters:
file - the file to parse
Returns:
the parsed model
Throws:
IOException - if the input stream could not be read
SAXException - if the XML was not well-formed


Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.