Uses of Interface
ch.sahits.codegen.input.IXMLInputFileParser

Packages that use IXMLInputFileParser
ch.sahits.codegen.extensions   
ch.sahits.codegen.input   
ch.sahits.codegen.java.input   
ch.sahits.codegen.php   
ch.sahits.codegen.xml   
 

Uses of IXMLInputFileParser in ch.sahits.codegen.extensions
 

Methods in ch.sahits.codegen.extensions that return IXMLInputFileParser
static IXMLInputFileParser XMLInputParser.getParser(java.lang.String className)
          Retrieve the parser className from the extension point
 

Uses of IXMLInputFileParser in ch.sahits.codegen.input
 

Subinterfaces of IXMLInputFileParser in ch.sahits.codegen.input
 interface IXMLGeneralInputFileParser
          This interface defines the generate method to generate an input data model
 interface IXMLJavaInputFileParser
          This interface denotes what an input parser for XML files must do.
 

Uses of IXMLInputFileParser in ch.sahits.codegen.java.input
 

Classes in ch.sahits.codegen.java.input that implement IXMLInputFileParser
 class XMLTableParser
          This XML parser can parse an XML file that represents a database table.
 

Uses of IXMLInputFileParser in ch.sahits.codegen.php
 

Classes in ch.sahits.codegen.php that implement IXMLInputFileParser
 class PHPXMLInputParser
          XML Parser vor the PHP input file that conforms to http://sahits.ch/xsd/phpClassTemplate.xsd
 

Uses of IXMLInputFileParser in ch.sahits.codegen.xml
 

Classes in ch.sahits.codegen.xml that implement IXMLInputFileParser
 class WebserviceParser
          This XML parser can create a webservice model parsed on the http://xsd.sahits.ch/codegen/webservice.xsd XML Schema definition
 class XMLParserWithoutDB
          This XML parser parses an XML file of the format <bean> <modelgenerator>ch.sahits.codegen.xml.XMLParserWithoutDB</modelgenerator> <attribute>ch.sahits.codegen.example.Name</attribute> <attribute>ch.sahits.codegen.example.Description</attribute> <attribute>ch.sahits.codegen.example.Message</attribute> </bean> This creates a simple bean.