Class XmlParserVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor<Xml>
org.openrewrite.xml.internal.XmlParserVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Xml>, XMLParserVisitor<Xml>

public class XmlParserVisitor extends XMLParserBaseVisitor<Xml>