|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.jcorporate.expresso.ext.xml.dbobj.XMLImportDocument
Insert the type's description here. Creation date: (4/6/00 8:12:40 PM)
| Constructor Summary | |
XMLImportDocument()
XMLImportDocument constructor. |
|
XMLImportDocument(DataObject newDBObject)
XMLImportDocument constructor. |
|
| Method Summary | |
void |
characters(char[] ch,
int start,
int length)
DefaultHandler implementation for SAX parsing. |
void |
endDocument()
DefaultHandler implementation for SAX parsing. |
void |
endElement(String uri,
String localpart,
String rawname)
DefaultHandler implementation for SAX parsing. |
String |
getDBName()
|
DataObject |
getDBObject()
|
Vector |
getErrorList()
The set of exceptions that have occurred during processing. |
void |
saveDBObject()
Insert the method's description here. |
void |
setDBName(String newName)
|
void |
startElement(String uri,
String localpart,
String rawname,
org.xml.sax.Attributes attributes)
|
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLImportDocument()
public XMLImportDocument(DataObject newDBObject)
newDBObject - The DataObject being set.| Method Detail |
public void setDBName(String newName)
public String getDBName()
public void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
ch - start - length -
org.xml.sax.SAXException
public void endDocument()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void endElement(String uri,
String localpart,
String rawname)
throws org.xml.sax.SAXException
uri - localpart - rawname -
org.xml.sax.SAXExceptionpublic Vector getErrorList()
public void saveDBObject()
public void startElement(String uri,
String localpart,
String rawname,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
attributes -
org.xml.sax.SAXException
public DataObject getDBObject()
throws DBException
DBException
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||