public class CommonDocumentGenerator extends DynamicEventListener
Modifier and Type | Field and Description |
---|---|
protected ConnectionSet |
conSet |
protected DocumentGenerateEvent |
event |
Constructor and Description |
---|
CommonDocumentGenerator() |
CommonDocumentGenerator(Event e,
ConnectionSet conSet) |
Modifier and Type | Method and Description |
---|---|
void |
notify(Event e,
ConnectionSet conSet) |
protected void |
prepareData(ConnectionSet conSet,
org.w3c.dom.Document data) |
java.lang.String |
processMacros(java.lang.String incomingValue,
java.lang.String macros) |
protected void |
registerExtensionFunctions(ConnectionSet conSet,
net.sf.saxon.s9api.Processor proc) |
protected ConnectionSet conSet
protected DocumentGenerateEvent event
public CommonDocumentGenerator()
public CommonDocumentGenerator(Event e, ConnectionSet conSet)
public void notify(Event e, ConnectionSet conSet) throws BGException
notify
in interface EventListener<Event>
notify
in class DynamicEventListener
BGException
protected void registerExtensionFunctions(ConnectionSet conSet, net.sf.saxon.s9api.Processor proc) throws BGException
BGException
protected void prepareData(ConnectionSet conSet, org.w3c.dom.Document data) throws BGException
BGException
public java.lang.String processMacros(java.lang.String incomingValue, java.lang.String macros) throws BGException
BGException