public class SmxFileReader extends Object
| Constructor and Description |
|---|
SmxFileReader()
|
| Modifier and Type | Method and Description |
|---|---|
static EntityFile |
read(File
|
static EntityFile |
read(InputStream
|
static EntityFile |
read(String
|
public static EntityFileread(String filename) throws ParserConfigurationException , SAXException , IOException
public static EntityFileread(File file) throws ParserConfigurationException , SAXException , IOException
public static EntityFileread(InputStream input) throws SAXException , IOException , ParserConfigurationException