|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
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 |
public Main(Parameters params,
Outputter out)
params - the command line parametersout - the object used to output the generated code| Method Detail |
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - the command line parameters
java.lang.Exception
|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||