Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.iicm.xpg.generator
Class Generator  view Generator download Generator.java

java.lang.Object
  extended byedu.iicm.xpg.statemachine.Parser
      extended byedu.iicm.xpg.generator.Generator

public class Generator
extends edu.iicm.xpg.statemachine.Parser

Version:
$revision$

Field Summary
protected  edu.iicm.xpg.statemachine.Initializer initializer_
           
 
Fields inherited from class edu.iicm.xpg.statemachine.Parser
data_, handler_, PARSER_FEATURE_SCHEMA, PARSER_FEATURE_VALIDATING, PARSER_FEATURE_VALIDATING_DYNAMIC, reader_, STATE_MACHINE, state_machine_, TRANSITION_FATORY, XML_READER
 
Constructor Summary
Generator(java.lang.String config_file)
          set up a new generator with the configfile
Generator(java.lang.String config_file, java.lang.String xml_reader)
           
 
Method Summary
protected  void init(java.lang.String config_file)
           
 
Methods inherited from class edu.iicm.xpg.statemachine.Parser
parseFile, setFeatures, setHandlers, setHandlers, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initializer_

protected edu.iicm.xpg.statemachine.Initializer initializer_
Constructor Detail

Generator

public Generator(java.lang.String config_file)
          throws org.xml.sax.SAXException,
                 java.io.IOException
set up a new generator with the configfile


Generator

public Generator(java.lang.String config_file,
                 java.lang.String xml_reader)
          throws org.xml.sax.SAXException,
                 java.io.IOException
Method Detail

init

protected void init(java.lang.String config_file)
             throws org.xml.sax.SAXException,
                    java.io.IOException