|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gswing.utils.xml.XmlReader
public class XmlReader
Purpose: Generic XML reader.
Constructor Summary | |
---|---|
XmlReader(File file)
Constructor. |
Method Summary | |
---|---|
Document |
getDocument()
Get the XML document object. |
protected File |
getFile()
Get the XML file object. |
boolean |
readFromFile(boolean raiseError)
Read the XML file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlReader(File file)
file
- The XML file to parse.Method Detail |
---|
public boolean readFromFile(boolean raiseError)
raiseError
- If true this method will raise an error containing the
exception if an exception occurrs reading the file.
public Document getDocument()
protected File getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |