Package org.openrewrite.xml.internal.grammar
-
Interface Summary Interface Description XMLParserListener This interface defines a complete listener for a parse tree produced byXMLParser.XMLParserVisitor<T> This interface defines a complete generic visitor for a parse tree produced byXMLParser. -
Class Summary Class Description XMLLexer XMLParser XMLParser.AttributeContext XMLParser.ChardataContext XMLParser.ContentContext XMLParser.DeclSepContext XMLParser.DoctypedeclContext XMLParser.DocumentContext XMLParser.ElementContext XMLParser.ExternalidContext XMLParser.IntsubsetContext XMLParser.MarkupdeclContext XMLParser.MiscContext XMLParser.ProcessinginstructionContext XMLParser.PrologContext XMLParser.ReferenceContext XMLParser.XmldeclContext XMLParserBaseListener This class provides an empty implementation ofXMLParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.XMLParserBaseVisitor<T> This class provides an empty implementation ofXMLParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.