org.agileclick.genorm.parser
Interface GenOrmParser.SlickHandler

Enclosing class:
GenOrmParser

public static interface GenOrmParser.SlickHandler

This is the interface implemented by you. As the SAX parser processes the XML data objects are created by the slickXML parser and passed to this interface.


Method Summary
 void parsedConfiguration(GenOrmParser.Configuration entry)
           
 void parsedGlobal(GenOrmParser.Global entry)
           
 void parsedTable(GenOrmParser.Table entry)
           
 

Method Detail

parsedConfiguration

void parsedConfiguration(GenOrmParser.Configuration entry)
                         throws java.lang.Exception
Throws:
java.lang.Exception

parsedGlobal

void parsedGlobal(GenOrmParser.Global entry)
                  throws java.lang.Exception
Throws:
java.lang.Exception

parsedTable

void parsedTable(GenOrmParser.Table entry)
                 throws java.lang.Exception
Throws:
java.lang.Exception