| |
|
| org.enhydra.kelp.common.AbstractNodeBuilder org.enhydra.kelp.common.xmlc.XMLCNodeBuilder
Constructor Summary | |
public | XMLCNodeBuilder(WriteListener[] listeners) Create an instance with listeners ready to
recieve output from XMLC.
Parameters: listeners - A listener implements an onWrite method that is calledwhenever XMLC writes output. | public | XMLCNodeBuilder(WriteListener listener, boolean buffer) |
Method Summary | |
public void | buildImpl() Loop through all selected HTML files and call XMLC for each
and write out exceptions to any registered listeners. | public void | printResults() Determine what files were created and write out the
compilation results to any registered listeners. |
XMLCNodeBuilder | public XMLCNodeBuilder(WriteListener[] listeners)(Code) | | Create an instance with listeners ready to
recieve output from XMLC.
Parameters: listeners - A listener implements an onWrite method that is calledwhenever XMLC writes output. The writes are capturedfor display in a wizard. |
buildImpl | public void buildImpl()(Code) | | Loop through all selected HTML files and call XMLC for each
and write out exceptions to any registered listeners.
|
printResults | public void printResults()(Code) | | Determine what files were created and write out the
compilation results to any registered listeners.
|
|
|
|