Uses of Interface
gudusoft.gsqlparser.pp.output.HighlightingElementRender

Packages that use HighlightingElementRender
gudusoft.gsqlparser.pp.output   
gudusoft.gsqlparser.pp.output.html   
 

Uses of HighlightingElementRender in gudusoft.gsqlparser.pp.output
 

Methods in gudusoft.gsqlparser.pp.output that return HighlightingElementRender
 HighlightingElementRender OutputConfig.getHighlightingElementRender(HighlightingElement element)
           
 

Methods in gudusoft.gsqlparser.pp.output with parameters of type HighlightingElementRender
 void OutputConfig.addHighlightingElementRender(HighlightingElement element, HighlightingElementRender render)
           
 

Uses of HighlightingElementRender in gudusoft.gsqlparser.pp.output.html
 

Classes in gudusoft.gsqlparser.pp.output.html that implement HighlightingElementRender
 class HtmlHighlightingElementRender
           
 

Methods in gudusoft.gsqlparser.pp.output.html that return HighlightingElementRender
 HighlightingElementRender HtmlOutputConfig.getHighlightingElementRender(HighlightingElement element)
           
 

Methods in gudusoft.gsqlparser.pp.output.html with parameters of type HighlightingElementRender
 void HtmlOutputConfig.addHighlightingElementRender(HighlightingElement element, HighlightingElementRender setting)