The API class for ASDoc. A call to ASDoc has four main parts: 1. parameter handling, which done outside of this class in ConfigurationBuffer as well as in createASDocConfig() and createOverviews() 2. a call to asc and mxml compiler, done in createTopLevelXML() 3. Breaks the toplevel.xml into multiple DITA xml files (one for each package) 4. XSL processing, done in createHTML() For parameter handling and calling asc, this class works in the same way that Mxmlc and Compc do. Parameters go through the Flex configuration scheme and the ASC call uses Flex's infastructure for compiling. The XSLT processing is done by calling net.sf.saxon.Transform process.
@author Brian Deitte
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.