Devsphere.com


com.devsphere.xml.taglib.process.builder
Class Main

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--com.devsphere.xml.saxdomix.SDXBuilder
              |
              +--com.devsphere.xml.taglib.support.builder.BuilderSupport
                    |
                    +--com.devsphere.xml.taglib.process.builder.Main
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.ext.LexicalHandler

public class Main
extends BuilderSupport

This is the main class of the code generator that produces JSPs for parsing XML documents.


Field Summary
 
Fields inherited from class com.devsphere.xml.saxdomix.SDXBuilder
controller, handler, helper, inCDATA, lexicalHandler, newCDATA, stack, wantDOM
 
Constructor Summary
Main(Parameters params, Outputter out)
          Initializes the code generator.
 
Method Summary
static void main(java.lang.String[] args)
          The main method of the code generator.
 
Methods inherited from class com.devsphere.xml.taglib.support.builder.BuilderSupport
error, fatalError, getSAXParser, getSAXParserFactory, log, parse, warning
 
Methods inherited from class com.devsphere.xml.saxdomix.SDXBuilder
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, processingInstruction, setDocumentLocator, startCDATA, startDocument, startDTD, startElement, startEntity
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, ignorableWhitespace, notationDecl, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(Parameters params,
            Outputter out)
Initializes the code generator.

Parameters:
params - the command line parameters
out - the object used to output the generated code
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main method of the code generator.

Parameters:
args - the command line parameters
java.lang.Exception

 Devsphere.com