|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.io.XmlFileFactory
public class XmlFileFactory
This class is used to create DOM objects from XML files.
Constructor Summary | |
---|---|
XmlFileFactory()
|
Method Summary | |
---|---|
static org.w3c.dom.Document |
getDOM(java.lang.String xmlFileName)
Returns a DOM object for the file with the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlFileFactory()
Method Detail |
---|
public static org.w3c.dom.Document getDOM(java.lang.String xmlFileName)
xmlFileName
- the name of the XML file.
ApplicationException
- if any error occurs while reading or parsing
the specified file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |