You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The processNode function from the GeneratingProvider interface requires a specific implementation of the HtmlGenerator.HtmlGeneratingVisitor class rather than an abstraction while HtmlGenerator.HtmlGeneratingVisitor implements the RecursiveVisitor interface.
Please replace HtmlGenerator.HtmlGeneratingVisitor with RecursiveVisitor in the parameters of the GeneratingProvider interface so you can expand or create your own generator! Also, make the class HtmlGenerator open so that it can be extended.
The text was updated successfully, but these errors were encountered:
The
processNode
function from theGeneratingProvider
interface requires a specific implementation of theHtmlGenerator.HtmlGeneratingVisitor
class rather than an abstraction whileHtmlGenerator.HtmlGeneratingVisitor
implements theRecursiveVisitor
interface.Please replace
HtmlGenerator.HtmlGeneratingVisitor
withRecursiveVisitor
in the parameters of theGeneratingProvider
interface so you can expand or create your own generator! Also, make the classHtmlGenerator
open so that it can be extended.The text was updated successfully, but these errors were encountered: