|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.edu.unr.fceia.bottallo.XMLReader
public class XMLReader
Read XML files
Constructor Summary | |
---|---|
XMLReader()
|
Method Summary | |
---|---|
org.jdom.Document |
getDocument(java.lang.String fileName)
|
org.jdom.Element |
getRoot(java.lang.String fileName)
Abre el documento XM fileName, verifica validez y retorna el elemento root |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLReader()
Method Detail |
---|
public org.jdom.Element getRoot(java.lang.String fileName)
fileName
- Nombre de archivo XML, path absoluto
public org.jdom.Document getDocument(java.lang.String fileName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |