public class DefinitionsGenerator extends ServiceableGenerator
| Modifier and Type | Field and Description |
|---|---|
private SiteManager |
_siteManager |
managerobjectModel, parameters, resolver, sourcecontentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer| Constructor and Description |
|---|
DefinitionsGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
protected void |
saxDefinition(DefaultDefinition definition)
Generate a word definition.
|
void |
service(ServiceManager serviceManager) |
disposerecycle, setupsetConsumer, setContentHandler, setLexicalHandlerenableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetConsumerprivate SiteManager _siteManager
public DefinitionsGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface Serviceableservice in class ServiceableGeneratorServiceExceptionpublic void generate() throws IOException, SAXException, ProcessingException
protected void saxDefinition(DefaultDefinition definition) throws SAXException
definition - the definition to generate.SAXException - If an error occurs while generating the XML.