pt.moredata.xml.db
Class XMLSimpleReader
java.lang.Object
pt.moredata.xml.db.XMLSimpleReader
- public abstract class XMLSimpleReader
- extends java.lang.Object
- Author:
- luism
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSimpleReader
public XMLSimpleReader()
readXML
public void readXML(java.lang.String user,
java.lang.String passwd,
java.lang.String fileName,
java.lang.String dbURL)
processXML
protected abstract DBSimpleTable[] processXML()
getConnection
public java.sql.Connection getConnection()
- Returns:
- Connection
getDocument
public org.jdom.Document getDocument()
- Returns:
- Document
setConnection
public void setConnection(java.sql.Connection connection)
- Sets the connection.
- Parameters:
connection - The connection to set
setDocument
public void setDocument(org.jdom.Document document)
- Sets the document.
- Parameters:
document - The document to set