public class EldDocWriter extends Object
| Constructor and Description |
|---|
EldDocWriter(X4OLanguageContext context)
Creates an EldDocGenerator for this langauge context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDoc(File basePath)
Writes the language documentation to the base path.
|
void |
writeElementBindingHandlerBeanProperties(ApiDocWriteEvent<ApiDocNode> event) |
void |
writeElementConfiguratorBeanProperties(ApiDocWriteEvent<ApiDocNode> event) |
public EldDocWriter(X4OLanguageContext context)
context - The language context to generate doc for.public void writeDoc(File basePath) throws ElementException
basePath - The path to write to documentation to.ElementException - Is thrown when error is done.public void writeElementBindingHandlerBeanProperties(ApiDocWriteEvent<ApiDocNode> event) throws SAXException
SAXExceptionpublic void writeElementConfiguratorBeanProperties(ApiDocWriteEvent<ApiDocNode> event) throws SAXException
SAXExceptionCopyright © 2004-2013 X4O. All Rights Reserved.