Uses of Class
ch.sahits.codegen.input.XMLJDomParser

Packages that use XMLJDomParser
ch.sahits.codegen.java.gui.input   
ch.sahits.codegen.java.input   
ch.sahits.codegen.xml   
 

Uses of XMLJDomParser in ch.sahits.codegen.java.gui.input
 

Subclasses of XMLJDomParser in ch.sahits.codegen.java.gui.input
 class XHTMLModelParser
          This parser generates a IJavaForm model from a XHTML file.
 

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

Subclasses of XMLJDomParser in ch.sahits.codegen.java.input
 class XMLTableParser
          This XML parser can parse an XML file that represents a database table.
 

Uses of XMLJDomParser in ch.sahits.codegen.xml
 

Subclasses of XMLJDomParser in ch.sahits.codegen.xml
 class WebserviceParser
          This XML parser can create a webservice model parsed on the http://xsd.sahits.ch/codegen/webservice.xsd XML Schema definition
 class WSDLParser
          This WSDL Parser can be used to extract the types defined in a WSDL file
 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.