Class GenerateEnumerations.MyHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
edu.nps.moves.dis7.source.generator.enumerations.GenerateEnumerations.MyHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
GenerateEnumerations

public class GenerateEnumerations.MyHandler extends DefaultHandler
XML handler for recursively reading information and autogenerating code, namely an inner class that handles the SAX parsing of the XML file. This is relatively simple, if a little verbose. Basically we just create the appropriate objects as we come across the XML elements in the file.