ch.sahits.codegen.input
Interface IXMLInputFileParser

All Superinterfaces:
IInputParser
All Known Subinterfaces:
IXMLGeneralInputFileParser, IXMLJavaInputFileParser, IXMLJavaInputFileParser
All Known Implementing Classes:
PHPXMLInputParser, WebserviceParser, XMLParserWithoutDB, XMLTableParser

public interface IXMLInputFileParser
extends IInputParser

This interface denotes what an input parser for XML files must do. This interface is not intended to be implemented directly but through a subinterface that implements the generateModel method with parameters and concreet return value

Since:
0.9.3
Author:
Andi Hotz

Method Summary
 boolean isInitialized()
          Check whether the the object is properly initialized
 
Methods inherited from interface ch.sahits.codegen.input.IInputParser
getFileExtension, getRanking, getWorkload, init, needsDataBaseInformationForCompleetion, parse
 

Method Detail

isInitialized

boolean isInitialized()
Check whether the the object is properly initialized

Returns:
true if initialization occurred with the constructor