This is the API documentation for Exemplar, for use by both users and developers.

See:
          Description

Packages
com.mcdermottroe.exemplar Common utility code for the entire project.
com.mcdermottroe.exemplar.input The portion of the program for reading input files into the internal model.
com.mcdermottroe.exemplar.input.dtd The input module for reading DTDs into the internal model.
com.mcdermottroe.exemplar.model The internal model which describes a vocabulary of XML.
com.mcdermottroe.exemplar.output The output modules for creating parsers from the internal model.
com.mcdermottroe.exemplar.output.dtd Output module for creating DTDs from the internal model.
com.mcdermottroe.exemplar.output.java Output modules for creating XML parsers written in Java.
com.mcdermottroe.exemplar.output.java.binding Output module for creating data binding parsers in Java.
com.mcdermottroe.exemplar.output.java.sax1 Output module for creating SAX 1 XML parsers in Java.
com.mcdermottroe.exemplar.output.java.sax2 Output module for creating SAX 2 XML parsers in Java.
com.mcdermottroe.exemplar.output.xslt Output module for creating skeleton XSLT stylesheets for the XML vocabulary represented by the internal model.
com.mcdermottroe.exemplar.ui A package containing the user interfaces for the program.
com.mcdermottroe.exemplar.ui.ant An Ant task for the program.
com.mcdermottroe.exemplar.ui.cli A command line UI for the program.
com.mcdermottroe.exemplar.ui.options  
com.mcdermottroe.exemplar.utils  
doc.com.mcdermottroe.exemplar.manual A tool for automatically creating chunks of the manual from the code.
junit.com.mcdermottroe.exemplar JUnit tests for classes in com.mcdermottroe.exemplar.
junit.com.mcdermottroe.exemplar.input JUnit tests for classes in com.mcdermottroe.exemplar.input.
junit.com.mcdermottroe.exemplar.input.dtd JUnit tests for classes in com.mcdermottroe.exemplar.input.dtd.
junit.com.mcdermottroe.exemplar.model JUnit tests for classes in com.mcdermottroe.exemplar.model.
junit.com.mcdermottroe.exemplar.output JUnit tests for classes in com.mcdermottroe.exemplar.output.
junit.com.mcdermottroe.exemplar.output.dtd JUnit tests for classes in com.mcdermottroe.exemplar.output.dtd.
junit.com.mcdermottroe.exemplar.output.java JUnit tests for classes in com.mcdermottroe.exemplar.output.java.
junit.com.mcdermottroe.exemplar.output.java.binding JUnit tests for classes in com.mcdermottroe.exemplar.output.java.binding.
junit.com.mcdermottroe.exemplar.output.java.sax1 JUnit tests for classes in com.mcdermottroe.exemplar.output.java.sax1.
junit.com.mcdermottroe.exemplar.output.java.sax2 JUnit tests for classes in com.mcdermottroe.exemplar.output.java.sax2.
junit.com.mcdermottroe.exemplar.output.xslt JUnit tests for classes in com.mcdermottroe.exemplar.output.xslt.
junit.com.mcdermottroe.exemplar.ui JUnit tests for classes in com.mcdermottroe.exemplar.ui.
junit.com.mcdermottroe.exemplar.ui.ant JUnit tests for classes in com.mcdermottroe.exemplar.ui.ant.
junit.com.mcdermottroe.exemplar.ui.cli JUnit tests for classes in com.mcdermottroe.exemplar.ui.cli.
junit.com.mcdermottroe.exemplar.ui.options  
junit.com.mcdermottroe.exemplar.utils  

 

This is the API documentation for Exemplar, for use by both users and developers.