java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.javahispano.dbmt.MigrationHandler
- All Implemented Interfaces:
- org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
- class MigrationHandler
- extends org.xml.sax.helpers.DefaultHandler
SAX handler to read the config file
- Since:
- 23 February 2003
- Version:
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, 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 |
value
private java.lang.String value
- valor contenido entre las etiquetas de un elemento
migration
private Migration migration
- Description of the Field
currentStep
private Step currentStep
- Description of the Field
MigrationHandler
MigrationHandler(Migration migration)
- Constructor for the CanyamoHandler object
startElement
public void startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attr)
throws org.xml.sax.SAXException
- Description of the Method
endElement
public void endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String rawName)
throws org.xml.sax.SAXException
- Description of the Method
characters
public void characters(char[] ch,
int start,
int end)
throws org.xml.sax.SAXException
- Description of the Method