Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.dbmt
Class MigrationHandler  view MigrationHandler download MigrationHandler.java

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.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:

Field Summary
private  Step currentStep
          Description of the Field
private  Migration migration
          Description of the Field
private  java.lang.String value
          valor contenido entre las etiquetas de un elemento
 
Constructor Summary
(package private) MigrationHandler(Migration migration)
          Constructor for the CanyamoHandler object
 
Method Summary
 void characters(char[] ch, int start, int end)
          Description of the Method
 void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName)
          Description of the Method
 void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attr)
          Description of the Method
 
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
 

Field Detail

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

Constructor Detail

MigrationHandler

MigrationHandler(Migration migration)
Constructor for the CanyamoHandler object

Method Detail

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