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.
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