public final class ExmlToModelParser extends Object
| Constructor and Description |
|---|
ExmlToModelParser(ConfigClassRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getAttributeValue(String attributeValue,
String type) |
ExmlModel |
parse(File file)
Parses the exml file into an ExmlModel
|
public ExmlToModelParser(ConfigClassRegistry registry)
public ExmlModel parse(File file) throws IOException, SAXException
file - the file to parseIOException - if the input stream could not be readSAXException - if the XML was not well-formedCopyright © 2002–2017 CoreMedia AG. All rights reserved.