public class XMLFileReader extends Object
XMLDiff| Constructor and Description |
|---|
XMLFileReader(String filename)
Creates a new XMLReader for the given URILocation.
|
| Modifier and Type | Method and Description |
|---|---|
XMLNode |
read()
Reads an XML Document into an BaseNode from the provided file.
|
public XMLFileReader(String filename)
filename - the URILocation to create this reader for.public XMLNode read() throws IOException
IOException - if any exception occurs during parsingCopyright © 2021. All rights reserved.