This class provides an empty implementation of EfxListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
This class provides an empty implementation of EfxListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
The role of this interface is to allow the reuse of the Sdk6EfxTemplateTranslator to generate
markup for any target template language,
The methods provided by this interface cover two needs: a) Take an Expression as a
parameter and generate the target template markup necessary for rendering it; and b) Take
multiple Markup objects already generated by other method calls and generate the markup
to properly combine them in the target template.
This class provides an empty implementation of XPath20Listener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.