|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.xdc.processing.SourceProcessor
This class is responsible for generating HTML pages containing the contents of XML source files (in HTML format), decorated with line numbers and named anchors (enumerated by the current line numbers).
| Constructor Summary | |
SourceProcessor(java.io.File outDir)
Public constructor. |
|
| Method Summary | |
void |
processSource(XdcSource source,
java.nio.charset.Charset sourceEncoding,
java.nio.charset.Charset targetEncoding)
This method is responsible for generating the HTML version of the source file specified by the source parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SourceProcessor(java.io.File outDir)
outDir - The output directory for this SourceProcessor| Method Detail |
public void processSource(XdcSource source,
java.nio.charset.Charset sourceEncoding,
java.nio.charset.Charset targetEncoding)
source parameter.
source - The XdcSource object for which source HTML is
generatedsourceEncoding - The Charset used for interpreting the
source filetargetEncoding - The Charset used for writing to the
output file
|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||