|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.xmlctf.xmldiff.xml.XMLFileReader
public class XMLFileReader
A Utility class to read an XML document from a file into the XMLNode tree used by the XMLDiff class.
XMLDiff
Constructor Summary | |
---|---|
XMLFileReader(java.lang.String filename)
Creates a new XMLReader for the given URILocation. |
Method Summary | |
---|---|
XMLNode |
read()
Reads an XML Document into an BaseNode from the provided file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLFileReader(java.lang.String filename)
filename
- the URILocation to create this reader for.Method Detail |
---|
public XMLNode read() throws java.io.IOException
java.io.IOException
- if any exception occurs during parsing
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |