Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ChardataContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DeclSepContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ExternalidContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspcommentContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdeclarationContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspexpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspscriptletContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ReferenceContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- Accumulator() - Constructor for class org.openrewrite.xml.style.AutodetectDebug.Accumulator
- AddCommentToXmlTag - Class in org.openrewrite.xml
- AddCommentToXmlTag() - Constructor for class org.openrewrite.xml.AddCommentToXmlTag
- addOrUpdateChild(Xml.Tag, Xml.Tag, Cursor) - Static method in class org.openrewrite.xml.AddOrUpdateChild
-
Add the specified child tag to the parent tag's children.
- addOrUpdateChild(Xml.Tag, Xml.Tag, Xml.Tag, Cursor) - Static method in class org.openrewrite.xml.AddOrUpdateChild
-
Add the specified child tag to the parent tag's children.
- AddOrUpdateChild<P> - Class in org.openrewrite.xml
- AddOrUpdateChild() - Constructor for class org.openrewrite.xml.AddOrUpdateChild
- AddOrUpdateChildTag - Class in org.openrewrite.xml
- AddOrUpdateChildTag() - Constructor for class org.openrewrite.xml.AddOrUpdateChildTag
- AddOwaspDateBoundSuppressions - Class in org.openrewrite.xml.security
- AddOwaspDateBoundSuppressions() - Constructor for class org.openrewrite.xml.security.AddOwaspDateBoundSuppressions
- AddTagAttribute - Class in org.openrewrite.xml
- AddTagAttribute() - Constructor for class org.openrewrite.xml.AddTagAttribute
- addToTag(Xml.Tag, Xml.Tag, Cursor) - Static method in class org.openrewrite.xml.AddToTagVisitor
-
Add a tag to the children of another tag
- addToTag(Xml.Tag, Xml.Tag, Xml.Tag, Cursor) - Static method in class org.openrewrite.xml.AddToTagVisitor
-
Add a tag to the children of another tag
- AddToTagVisitor<P> - Class in org.openrewrite.xml
- AddToTagVisitor(Xml.Tag, Xml.Tag) - Constructor for class org.openrewrite.xml.AddToTagVisitor
- AddToTagVisitor(Xml.Tag, Xml.Tag, Comparator<Content>) - Constructor for class org.openrewrite.xml.AddToTagVisitor
- applyDefaults() - Method in class org.openrewrite.xml.style.TabsAndIndentsStyle
- areEqual(Xml, Xml) - Static method in class org.openrewrite.xml.SemanticallyEqual
- Assertions - Class in org.openrewrite.xml
- attribute() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- attribute() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- attribute() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- attribute() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- attribute(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- attribute(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- attribute(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- AttributeContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
- attributePrefixes() - Method in class org.openrewrite.xml.trait.Namespaced
- Autodetect - Class in org.openrewrite.xml.style
- Autodetect(UUID, Collection<Style>) - Constructor for class org.openrewrite.xml.style.Autodetect
- Autodetect.Detector - Class in org.openrewrite.xml.style
- AutodetectDebug - Class in org.openrewrite.xml.style
- AutodetectDebug() - Constructor for class org.openrewrite.xml.style.AutodetectDebug
- AutodetectDebug.Accumulator - Class in org.openrewrite.xml.style
- autodetectGeneralFormatStyle(Xml.Document) - Static method in class org.openrewrite.xml.format.AutodetectGeneralFormatStyle
-
Makes a best-effort attempt to determine whether windows-style (CRLF) line endings or unix-style (LF) are more common in the supplied AST.
- AutodetectGeneralFormatStyle - Class in org.openrewrite.xml.format
- AutodetectGeneralFormatStyle() - Constructor for class org.openrewrite.xml.format.AutodetectGeneralFormatStyle
- AutoFormat - Class in org.openrewrite.xml.format
- AutoFormat() - Constructor for class org.openrewrite.xml.format.AutoFormat
- AutoFormatVisitor<P> - Class in org.openrewrite.xml.format
- AutoFormatVisitor() - Constructor for class org.openrewrite.xml.format.AutoFormatVisitor
- AutoFormatVisitor(Tree) - Constructor for class org.openrewrite.xml.format.AutoFormatVisitor
B
- build() - Method in class org.openrewrite.xml.style.Autodetect.Detector
C
- CDATA - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- CDATA - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- CDATA() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- ChangeNamespaceValue - Class in org.openrewrite.xml
- ChangeNamespaceValue() - Constructor for class org.openrewrite.xml.ChangeNamespaceValue
- ChangeTagAttribute - Class in org.openrewrite.xml
- ChangeTagAttribute() - Constructor for class org.openrewrite.xml.ChangeTagAttribute
- ChangeTagContentVisitor<P> - Class in org.openrewrite.xml
- ChangeTagContentVisitor(Xml.Tag, List<Content>) - Constructor for class org.openrewrite.xml.ChangeTagContentVisitor
- ChangeTagName - Class in org.openrewrite.xml
- ChangeTagName() - Constructor for class org.openrewrite.xml.ChangeTagName
- ChangeTagValue - Class in org.openrewrite.xml
- ChangeTagValue() - Constructor for class org.openrewrite.xml.ChangeTagValue
- ChangeTagValueVisitor<P> - Class in org.openrewrite.xml
- ChangeTagValueVisitor(Xml.Tag, String) - Constructor for class org.openrewrite.xml.ChangeTagValueVisitor
- channelNames - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- chardata() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- chardata() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- ChardataContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.ChardataContext
- CharRef - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- CharRef - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- CharRef() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ReferenceContext
- childTest - Variable in class org.openrewrite.xml.FilterTagChildrenVisitor
- CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- CLOSE(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- COMMENT - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- COMMENT - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- COMMENT() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- COMMENT() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- COMMENT() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- compare(Content, Content) - Method in class org.openrewrite.xml.TagNameComparator
- content() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- content() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- content(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- Content - Interface in org.openrewrite.xml.tree
- ContentContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- countLines(Tree) - Static method in class org.openrewrite.xml.CountLinesVisitor
- CountLinesVisitor - Class in org.openrewrite.xml
- CountLinesVisitor() - Constructor for class org.openrewrite.xml.CountLinesVisitor
- CreateXmlFile - Class in org.openrewrite.xml
- CreateXmlFile() - Constructor for class org.openrewrite.xml.CreateXmlFile
D
- declSep() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- declSep() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- declSep(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- DeclSepContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.DeclSepContext
- DEFAULT - Static variable in class org.openrewrite.xml.style.TabsAndIndentsStyle
- detector() - Static method in class org.openrewrite.xml.style.Autodetect
- Detector() - Constructor for class org.openrewrite.xml.style.Autodetect.Detector
- DIRECTIVE_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DIRECTIVE_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- DIRECTIVE_CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- DIRECTIVE_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DIRECTIVE_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- DIRECTIVE_OPEN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- DOCTYPE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DOCTYPE - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- DOCTYPE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- doctypedecl() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- doctypedecl() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- DoctypedeclContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- document() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- DocumentContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
- DoesNotUseNamespaceUri - Class in org.openrewrite.xml.search
- DoesNotUseNamespaceUri() - Constructor for class org.openrewrite.xml.search.DoesNotUseNamespaceUri
- DTD_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DTD_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- DTD_CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- DTD_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DTD_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- DTD_OPEN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- DTD_S - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DTD_S - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- DTD_SUBSET_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DTD_SUBSET_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- DTD_SUBSET_CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- DTD_SUBSET_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DTD_SUBSET_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- DTD_SUBSET_OPEN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- DTS_SUBSET_S - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- DTS_SUBSET_S - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
E
- element() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- element() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
- element() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- ElementContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- enterAttribute(XMLParser.AttributeContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.attribute(). - enterAttribute(XMLParser.AttributeContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.attribute(). - enterChardata(XMLParser.ChardataContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.chardata(). - enterChardata(XMLParser.ChardataContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.chardata(). - enterContent(XMLParser.ContentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.content(). - enterContent(XMLParser.ContentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.content(). - enterDeclSep(XMLParser.DeclSepContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.declSep(). - enterDeclSep(XMLParser.DeclSepContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.declSep(). - enterDoctypedecl(XMLParser.DoctypedeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.doctypedecl(). - enterDoctypedecl(XMLParser.DoctypedeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.doctypedecl(). - enterDocument(XMLParser.DocumentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.document(). - enterDocument(XMLParser.DocumentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.document(). - enterElement(XMLParser.ElementContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.element(). - enterElement(XMLParser.ElementContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.element(). - enterEveryRule(ParserRuleContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
- enterExternalid(XMLParser.ExternalidContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.externalid(). - enterExternalid(XMLParser.ExternalidContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.externalid(). - enterIntsubset(XMLParser.IntsubsetContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.intsubset(). - enterIntsubset(XMLParser.IntsubsetContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.intsubset(). - enterJspcomment(XMLParser.JspcommentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.jspcomment(). - enterJspcomment(XMLParser.JspcommentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.jspcomment(). - enterJspdeclaration(XMLParser.JspdeclarationContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.jspdeclaration(). - enterJspdeclaration(XMLParser.JspdeclarationContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.jspdeclaration(). - enterJspdirective(XMLParser.JspdirectiveContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.jspdirective(). - enterJspdirective(XMLParser.JspdirectiveContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.jspdirective(). - enterJspexpression(XMLParser.JspexpressionContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.jspexpression(). - enterJspexpression(XMLParser.JspexpressionContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.jspexpression(). - enterJspscriptlet(XMLParser.JspscriptletContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.jspscriptlet(). - enterJspscriptlet(XMLParser.JspscriptletContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.jspscriptlet(). - enterMarkupdecl(XMLParser.MarkupdeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.markupdecl(). - enterMarkupdecl(XMLParser.MarkupdeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.markupdecl(). - enterMisc(XMLParser.MiscContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.misc(). - enterMisc(XMLParser.MiscContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.misc(). - enterProcessinginstruction(XMLParser.ProcessinginstructionContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.processinginstruction(). - enterProcessinginstruction(XMLParser.ProcessinginstructionContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.processinginstruction(). - enterProlog(XMLParser.PrologContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.prolog(). - enterProlog(XMLParser.PrologContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.prolog(). - enterReference(XMLParser.ReferenceContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.reference(). - enterReference(XMLParser.ReferenceContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.reference(). - enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ChardataContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DeclSepContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ExternalidContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspcommentContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdeclarationContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspexpressionContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspscriptletContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ReferenceContext
- enterRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- enterXmldecl(XMLParser.XmldeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Enter a parse tree produced by
XMLParser.xmldecl(). - enterXmldecl(XMLParser.XmldeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Enter a parse tree produced by
XMLParser.xmldecl(). - EntityRef - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- EntityRef - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- EntityRef() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ReferenceContext
- EQUALS - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- EQUALS - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- EQUALS() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
- exitAttribute(XMLParser.AttributeContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.attribute(). - exitAttribute(XMLParser.AttributeContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.attribute(). - exitChardata(XMLParser.ChardataContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.chardata(). - exitChardata(XMLParser.ChardataContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.chardata(). - exitContent(XMLParser.ContentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.content(). - exitContent(XMLParser.ContentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.content(). - exitDeclSep(XMLParser.DeclSepContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.declSep(). - exitDeclSep(XMLParser.DeclSepContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.declSep(). - exitDoctypedecl(XMLParser.DoctypedeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.doctypedecl(). - exitDoctypedecl(XMLParser.DoctypedeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.doctypedecl(). - exitDocument(XMLParser.DocumentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.document(). - exitDocument(XMLParser.DocumentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.document(). - exitElement(XMLParser.ElementContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.element(). - exitElement(XMLParser.ElementContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.element(). - exitEveryRule(ParserRuleContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
- exitExternalid(XMLParser.ExternalidContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.externalid(). - exitExternalid(XMLParser.ExternalidContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.externalid(). - exitIntsubset(XMLParser.IntsubsetContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.intsubset(). - exitIntsubset(XMLParser.IntsubsetContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.intsubset(). - exitJspcomment(XMLParser.JspcommentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.jspcomment(). - exitJspcomment(XMLParser.JspcommentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.jspcomment(). - exitJspdeclaration(XMLParser.JspdeclarationContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.jspdeclaration(). - exitJspdeclaration(XMLParser.JspdeclarationContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.jspdeclaration(). - exitJspdirective(XMLParser.JspdirectiveContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.jspdirective(). - exitJspdirective(XMLParser.JspdirectiveContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.jspdirective(). - exitJspexpression(XMLParser.JspexpressionContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.jspexpression(). - exitJspexpression(XMLParser.JspexpressionContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.jspexpression(). - exitJspscriptlet(XMLParser.JspscriptletContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.jspscriptlet(). - exitJspscriptlet(XMLParser.JspscriptletContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.jspscriptlet(). - exitMarkupdecl(XMLParser.MarkupdeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.markupdecl(). - exitMarkupdecl(XMLParser.MarkupdeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.markupdecl(). - exitMisc(XMLParser.MiscContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.misc(). - exitMisc(XMLParser.MiscContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.misc(). - exitProcessinginstruction(XMLParser.ProcessinginstructionContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.processinginstruction(). - exitProcessinginstruction(XMLParser.ProcessinginstructionContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.processinginstruction(). - exitProlog(XMLParser.PrologContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.prolog(). - exitProlog(XMLParser.PrologContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.prolog(). - exitReference(XMLParser.ReferenceContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.reference(). - exitReference(XMLParser.ReferenceContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.reference(). - exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ChardataContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DeclSepContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ExternalidContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspcommentContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdeclarationContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspexpressionContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspscriptletContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ReferenceContext
- exitRule(ParseTreeListener) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- exitXmldecl(XMLParser.XmldeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
-
Exit a parse tree produced by
XMLParser.xmldecl(). - exitXmldecl(XMLParser.XmldeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserListener
-
Exit a parse tree produced by
XMLParser.xmldecl(). - externalid() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- externalid() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- ExternalidContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.ExternalidContext
- extractLocalName(String) - Static method in class org.openrewrite.xml.trait.Namespaced
-
Extract the local name from a tag or attribute name.
- extractNamespacePrefix(String) - Static method in class org.openrewrite.xml.trait.Namespaced
-
Extract the namespace prefix from a tag or attribute name.
- extractPrefixFromNamespaceDefinition(String) - Static method in class org.openrewrite.xml.trait.Namespaced
-
Extract the namespace prefix from a namespace definition attribute name (xmlns* attributes).
F
- filterChildren(Xml.Tag, Predicate<Content>) - Static method in class org.openrewrite.xml.FilterTagChildrenVisitor
-
Filter the children of a tag to only those that match the supplied predicate.
- filterChildren(Xml.Tag, Xml.Tag, Predicate<Content>) - Static method in class org.openrewrite.xml.FilterTagChildrenVisitor
-
Filter the children of a tag to only those that match the supplied predicate.
- filterTagChildren(Xml.Tag, Predicate<Xml.Tag>) - Static method in class org.openrewrite.xml.FilterTagChildrenVisitor
-
Filter the children of a tag to only those that match the supplied predicate.
- filterTagChildren(Xml.Tag, Xml.Tag, Predicate<Xml.Tag>) - Static method in class org.openrewrite.xml.FilterTagChildrenVisitor
-
Filter the children of a tag to only those that match the supplied predicate.
- FilterTagChildrenVisitor<T> - Class in org.openrewrite.xml
-
Filter the children to only those matching the supplied predicate.
- FilterTagChildrenVisitor() - Constructor for class org.openrewrite.xml.FilterTagChildrenVisitor
- find(Xml, String) - Static method in class org.openrewrite.xml.search.FindTags
- find(Xml, String, String) - Static method in class org.openrewrite.xml.search.FindNamespacePrefix
- find(Xml, String, String) - Static method in class org.openrewrite.xml.search.HasNamespaceUri
- FindNamespacePrefix - Class in org.openrewrite.xml.search
- FindNamespacePrefix() - Constructor for class org.openrewrite.xml.search.FindNamespacePrefix
- findSingle(Xml, String) - Static method in class org.openrewrite.xml.search.FindTags
-
Returns
nullif there is not exactly one tag matching this xPath - FindTags - Class in org.openrewrite.xml.search
- FindTags() - Constructor for class org.openrewrite.xml.search.FindTags
G
- generate(AtomicBoolean, ExecutionContext) - Method in class org.openrewrite.xml.CreateXmlFile
- generate(AutodetectDebug.Accumulator, ExecutionContext) - Method in class org.openrewrite.xml.style.AutodetectDebug
- getAllNamespaces() - Method in class org.openrewrite.xml.trait.Namespaced
- getATN() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
- getATN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- getAttributeNameForPrefix(String) - Static method in class org.openrewrite.xml.trait.Namespaced
- getAttributes() - Method in class org.openrewrite.xml.trait.Namespaced
- getChannelNames() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
- getDescription() - Method in class org.openrewrite.xml.AddCommentToXmlTag
- getDescription() - Method in class org.openrewrite.xml.AddOrUpdateChildTag
- getDescription() - Method in class org.openrewrite.xml.AddTagAttribute
- getDescription() - Method in class org.openrewrite.xml.ChangeNamespaceValue
- getDescription() - Method in class org.openrewrite.xml.ChangeTagAttribute
- getDescription() - Method in class org.openrewrite.xml.ChangeTagName
- getDescription() - Method in class org.openrewrite.xml.ChangeTagValue
- getDescription() - Method in class org.openrewrite.xml.CreateXmlFile
- getDescription() - Method in class org.openrewrite.xml.format.AutoFormat
- getDescription() - Method in class org.openrewrite.xml.format.LineBreaks
- getDescription() - Method in class org.openrewrite.xml.format.NormalizeFormat
- getDescription() - Method in class org.openrewrite.xml.format.NormalizeLineBreaks
- getDescription() - Method in class org.openrewrite.xml.format.NormalizeTabsOrSpaces
- getDescription() - Method in class org.openrewrite.xml.format.TabsAndIndents
- getDescription() - Method in class org.openrewrite.xml.RemoveEmptyXmlTags
- getDescription() - Method in class org.openrewrite.xml.RemoveTrailingWhitespace
- getDescription() - Method in class org.openrewrite.xml.RemoveXmlTag
- getDescription() - Method in class org.openrewrite.xml.search.DoesNotUseNamespaceUri
- getDescription() - Method in class org.openrewrite.xml.search.FindNamespacePrefix
- getDescription() - Method in class org.openrewrite.xml.search.FindTags
- getDescription() - Method in class org.openrewrite.xml.search.HasNamespaceUri
- getDescription() - Method in class org.openrewrite.xml.security.AddOwaspDateBoundSuppressions
- getDescription() - Method in class org.openrewrite.xml.security.IsOwaspSuppressionsFile
- getDescription() - Method in class org.openrewrite.xml.security.RemoveOwaspSuppressions
- getDescription() - Method in class org.openrewrite.xml.security.UpdateOwaspSuppressionDate
- getDescription() - Method in class org.openrewrite.xml.style.AutodetectDebug
- getDescription() - Method in class org.openrewrite.xml.XsltTransformation
- getDisplayName() - Method in class org.openrewrite.xml.AddCommentToXmlTag
- getDisplayName() - Method in class org.openrewrite.xml.AddOrUpdateChildTag
- getDisplayName() - Method in class org.openrewrite.xml.AddTagAttribute
- getDisplayName() - Method in class org.openrewrite.xml.ChangeNamespaceValue
- getDisplayName() - Method in class org.openrewrite.xml.ChangeTagAttribute
- getDisplayName() - Method in class org.openrewrite.xml.ChangeTagName
- getDisplayName() - Method in class org.openrewrite.xml.ChangeTagValue
- getDisplayName() - Method in class org.openrewrite.xml.CreateXmlFile
- getDisplayName() - Method in class org.openrewrite.xml.format.AutoFormat
- getDisplayName() - Method in class org.openrewrite.xml.format.LineBreaks
- getDisplayName() - Method in class org.openrewrite.xml.format.NormalizeFormat
- getDisplayName() - Method in class org.openrewrite.xml.format.NormalizeLineBreaks
- getDisplayName() - Method in class org.openrewrite.xml.format.NormalizeTabsOrSpaces
- getDisplayName() - Method in class org.openrewrite.xml.format.TabsAndIndents
- getDisplayName() - Method in class org.openrewrite.xml.RemoveEmptyXmlTags
- getDisplayName() - Method in class org.openrewrite.xml.RemoveTrailingWhitespace
- getDisplayName() - Method in class org.openrewrite.xml.RemoveXmlTag
- getDisplayName() - Method in class org.openrewrite.xml.search.DoesNotUseNamespaceUri
- getDisplayName() - Method in class org.openrewrite.xml.search.FindNamespacePrefix
- getDisplayName() - Method in class org.openrewrite.xml.search.FindTags
- getDisplayName() - Method in class org.openrewrite.xml.search.HasNamespaceUri
- getDisplayName() - Method in class org.openrewrite.xml.security.AddOwaspDateBoundSuppressions
- getDisplayName() - Method in class org.openrewrite.xml.security.IsOwaspSuppressionsFile
- getDisplayName() - Method in class org.openrewrite.xml.security.RemoveOwaspSuppressions
- getDisplayName() - Method in class org.openrewrite.xml.security.UpdateOwaspSuppressionDate
- getDisplayName() - Method in class org.openrewrite.xml.style.AutodetectDebug
- getDisplayName() - Method in class org.openrewrite.xml.XsltTransformation
- getGrammarFileName() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
- getGrammarFileName() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- getInitialValue(ExecutionContext) - Method in class org.openrewrite.xml.CreateXmlFile
- getInitialValue(ExecutionContext) - Method in class org.openrewrite.xml.style.AutodetectDebug
- getInstanceNameSuffix() - Method in class org.openrewrite.xml.ChangeTagName
- getLocalName() - Method in class org.openrewrite.xml.trait.Namespaced
- getMatcher() - Method in class org.openrewrite.xml.trait.SpringXmlReference.Provider
- getModeNames() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
- getName() - Method in class org.openrewrite.xml.trait.Namespaced
- getNamespacePrefix() - Method in class org.openrewrite.xml.trait.Namespaced
- getNamespaces() - Method in class org.openrewrite.xml.trait.Namespaced
- getNamespaceUri() - Method in class org.openrewrite.xml.trait.Namespaced
- getPrefix() - Method in interface org.openrewrite.xml.tree.Content
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ChardataContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DeclSepContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ExternalidContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspcommentContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdeclarationContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspexpressionContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspscriptletContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ReferenceContext
- getRuleIndex() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- getRuleNames() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
- getRuleNames() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- getScanner(AtomicBoolean) - Method in class org.openrewrite.xml.CreateXmlFile
- getScanner(AutodetectDebug.Accumulator) - Method in class org.openrewrite.xml.style.AutodetectDebug
- getSchemaLocations() - Method in class org.openrewrite.xml.trait.Namespaced
- getSerializedATN() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
- getSerializedATN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- getTokenNames() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
-
Deprecated.
- getTokenNames() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
-
Deprecated.
- getVisitor() - Method in class org.openrewrite.xml.AddCommentToXmlTag
- getVisitor() - Method in class org.openrewrite.xml.AddOrUpdateChildTag
- getVisitor() - Method in class org.openrewrite.xml.AddTagAttribute
- getVisitor() - Method in class org.openrewrite.xml.ChangeNamespaceValue
- getVisitor() - Method in class org.openrewrite.xml.ChangeTagAttribute
- getVisitor() - Method in class org.openrewrite.xml.ChangeTagName
- getVisitor() - Method in class org.openrewrite.xml.ChangeTagValue
- getVisitor() - Method in class org.openrewrite.xml.format.AutoFormat
- getVisitor() - Method in class org.openrewrite.xml.format.LineBreaks
- getVisitor() - Method in class org.openrewrite.xml.format.NormalizeFormat
- getVisitor() - Method in class org.openrewrite.xml.format.NormalizeLineBreaks
- getVisitor() - Method in class org.openrewrite.xml.format.NormalizeTabsOrSpaces
- getVisitor() - Method in class org.openrewrite.xml.format.TabsAndIndents
- getVisitor() - Method in class org.openrewrite.xml.RemoveEmptyXmlTags
- getVisitor() - Method in class org.openrewrite.xml.RemoveTrailingWhitespace
- getVisitor() - Method in class org.openrewrite.xml.RemoveXmlTag
- getVisitor() - Method in class org.openrewrite.xml.search.DoesNotUseNamespaceUri
- getVisitor() - Method in class org.openrewrite.xml.search.FindNamespacePrefix
- getVisitor() - Method in class org.openrewrite.xml.search.FindTags
- getVisitor() - Method in class org.openrewrite.xml.search.HasNamespaceUri
- getVisitor() - Method in class org.openrewrite.xml.security.AddOwaspDateBoundSuppressions
- getVisitor() - Method in class org.openrewrite.xml.security.IsOwaspSuppressionsFile
- getVisitor() - Method in class org.openrewrite.xml.security.RemoveOwaspSuppressions
- getVisitor() - Method in class org.openrewrite.xml.security.UpdateOwaspSuppressionDate
- getVisitor() - Method in class org.openrewrite.xml.XsltTransformation
- getVisitor(AtomicBoolean) - Method in class org.openrewrite.xml.CreateXmlFile
- getVisitor(AutodetectDebug.Accumulator) - Method in class org.openrewrite.xml.style.AutodetectDebug
- getVocabulary() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
- getVocabulary() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
H
- HasNamespaceUri - Class in org.openrewrite.xml.search
- HasNamespaceUri() - Constructor for class org.openrewrite.xml.search.HasNamespaceUri
I
- INSIDE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- INSIDE_DTD - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- INSIDE_DTD_SUBSET - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- INSIDE_MARKUP - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- INSIDE_MARKUP_SUBSET - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- INSIDE_PI_TEXT - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- INSIDE_PROCESS_INSTRUCTION - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- intsubset() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- intsubset() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- IntsubsetContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- isAcceptable(SourceFile) - Method in class org.openrewrite.xml.trait.SpringXmlReference.Provider
- isNamespaceDefinitionAttribute(String) - Static method in class org.openrewrite.xml.trait.Namespaced
- IsOwaspSuppressionsFile - Class in org.openrewrite.xml.security
- IsOwaspSuppressionsFile() - Constructor for class org.openrewrite.xml.security.IsOwaspSuppressionsFile
J
- JSP_COMMENT - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- JSP_COMMENT - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- JSP_COMMENT() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspcommentContext
- JSP_DECLARATION - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- JSP_DECLARATION - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- JSP_DECLARATION() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdeclarationContext
- JSP_EXPRESSION - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- JSP_EXPRESSION - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- JSP_EXPRESSION() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspexpressionContext
- JSP_SCRIPTLET - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- JSP_SCRIPTLET - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- JSP_SCRIPTLET() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspscriptletContext
- jspcomment() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- jspcomment() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- jspcomment() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- JspcommentContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.JspcommentContext
- jspdeclaration() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- jspdeclaration() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- jspdeclaration() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- JspdeclarationContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.JspdeclarationContext
- jspdirective() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- jspdirective() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- jspdirective(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- JspdirectiveContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- jspexpression() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- jspexpression() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- JspexpressionContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.JspexpressionContext
- jspscriptlet() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- jspscriptlet() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- JspscriptletContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.JspscriptletContext
L
- LineBreaks - Class in org.openrewrite.xml.format
- LineBreaks() - Constructor for class org.openrewrite.xml.format.LineBreaks
- LineBreaksVisitor<P> - Class in org.openrewrite.xml.format
- LineBreaksVisitor() - Constructor for class org.openrewrite.xml.format.LineBreaksVisitor
- LineBreaksVisitor(Tree) - Constructor for class org.openrewrite.xml.format.LineBreaksVisitor
M
- map - Variable in class org.openrewrite.xml.MapTagChildrenVisitor
- mapChildren(Xml.Tag, UnaryOperator<Content>) - Static method in class org.openrewrite.xml.MapTagChildrenVisitor
-
Transform the children of a tag with the supplied mapping function.
- mapChildren(Xml.Tag, Xml.Tag, UnaryOperator<Content>) - Static method in class org.openrewrite.xml.MapTagChildrenVisitor
-
Transform the children of a tag with the supplied mapping function.
- mapTagChildren(Xml.Tag, UnaryOperator<Xml.Tag>) - Static method in class org.openrewrite.xml.MapTagChildrenVisitor
- mapTagChildren(Xml.Tag, Xml.Tag, UnaryOperator<Xml.Tag>) - Static method in class org.openrewrite.xml.MapTagChildrenVisitor
- MapTagChildrenVisitor<T> - Class in org.openrewrite.xml
-
Applies a transformation to the children of the specified tag.
- MapTagChildrenVisitor() - Constructor for class org.openrewrite.xml.MapTagChildrenVisitor
- MARK_UP_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- MARK_UP_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- MARK_UP_CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- MARKUP_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- MARKUP_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- MARKUP_OPEN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- MARKUP_S - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- MARKUP_S - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- MARKUP_SUBSET - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- MARKUP_SUBSET - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- MARKUP_SUBSET() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- MARKUP_SUBSET(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- MARKUP_TEXT - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- MARKUP_TEXT - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- MARKUP_TEXT() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- MARKUP_TEXT(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- markupdecl() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- markupdecl() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- markupdecl(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.IntsubsetContext
- MarkupdeclContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- matcher() - Static method in class org.openrewrite.xml.trait.Namespaced
- Matcher() - Constructor for class org.openrewrite.xml.trait.Namespaced.Matcher
- matches(Cursor) - Method in class org.openrewrite.xml.XPathMatcher
-
Checks if the given XPath expression matches the provided cursor.
- MinimumViableSpacingVisitor<P> - Class in org.openrewrite.xml.format
- MinimumViableSpacingVisitor() - Constructor for class org.openrewrite.xml.format.MinimumViableSpacingVisitor
- MinimumViableSpacingVisitor(Tree) - Constructor for class org.openrewrite.xml.format.MinimumViableSpacingVisitor
- misc() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- misc() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- misc(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- Misc - Interface in org.openrewrite.xml.tree
- MiscContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- modeNames - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
N
- Name - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- Name - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- Name() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
- Name() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- Name() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- Name() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ExternalidContext
- Name() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- Name(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- Namespaced - Class in org.openrewrite.xml.trait
- Namespaced() - Constructor for class org.openrewrite.xml.trait.Namespaced
- Namespaced.Matcher - Class in org.openrewrite.xml.trait
- NormalizeFormat - Class in org.openrewrite.xml.format
-
Ensures that whitespace is on the outermost AST element possible.
- NormalizeFormat() - Constructor for class org.openrewrite.xml.format.NormalizeFormat
- NormalizeFormatVisitor<P> - Class in org.openrewrite.xml.format
- NormalizeFormatVisitor() - Constructor for class org.openrewrite.xml.format.NormalizeFormatVisitor
- NormalizeFormatVisitor(Tree) - Constructor for class org.openrewrite.xml.format.NormalizeFormatVisitor
- NormalizeLineBreaks - Class in org.openrewrite.xml.format
- NormalizeLineBreaks() - Constructor for class org.openrewrite.xml.format.NormalizeLineBreaks
- NormalizeLineBreaksVisitor<P> - Class in org.openrewrite.xml.format
- NormalizeLineBreaksVisitor(GeneralFormatStyle) - Constructor for class org.openrewrite.xml.format.NormalizeLineBreaksVisitor
- NormalizeLineBreaksVisitor(GeneralFormatStyle, Tree) - Constructor for class org.openrewrite.xml.format.NormalizeLineBreaksVisitor
- NormalizeTabsOrSpaces - Class in org.openrewrite.xml.format
- NormalizeTabsOrSpaces() - Constructor for class org.openrewrite.xml.format.NormalizeTabsOrSpaces
- NormalizeTabsOrSpacesVisitor<P> - Class in org.openrewrite.xml.format
- NormalizeTabsOrSpacesVisitor(TabsAndIndentsStyle) - Constructor for class org.openrewrite.xml.format.NormalizeTabsOrSpacesVisitor
- NormalizeTabsOrSpacesVisitor(TabsAndIndentsStyle, Tree) - Constructor for class org.openrewrite.xml.format.NormalizeTabsOrSpacesVisitor
O
- onlyIfNotEqual(X, String) - Static method in class org.openrewrite.xml.internal.WithPrefix
- OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- OPEN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- OPEN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.JspdirectiveContext
- OPEN(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- org.openrewrite.xml - package org.openrewrite.xml
- org.openrewrite.xml.format - package org.openrewrite.xml.format
- org.openrewrite.xml.internal - package org.openrewrite.xml.internal
- org.openrewrite.xml.internal.grammar - package org.openrewrite.xml.internal.grammar
- org.openrewrite.xml.search - package org.openrewrite.xml.search
- org.openrewrite.xml.security - package org.openrewrite.xml.security
- org.openrewrite.xml.style - package org.openrewrite.xml.style
- org.openrewrite.xml.trait - package org.openrewrite.xml.trait
- org.openrewrite.xml.tree - package org.openrewrite.xml.tree
P
- ParamEntityRef - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- ParamEntityRef - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- ParamEntityRef() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DeclSepContext
- PI_S - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- PI_S - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- PI_TEXT - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- PI_TEXT - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- PI_TEXT() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- PI_TEXT(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- postVisit(Xml, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
- postVisit(Xml, P) - Method in class org.openrewrite.xml.format.MinimumViableSpacingVisitor
- postVisit(Xml, P) - Method in class org.openrewrite.xml.format.NormalizeFormatVisitor
- postVisit(Xml, P) - Method in class org.openrewrite.xml.format.NormalizeLineBreaksVisitor
- postVisit(Xml, P) - Method in class org.openrewrite.xml.format.NormalizeTabsOrSpacesVisitor
- postVisit(Xml, P) - Method in class org.openrewrite.xml.format.RemoveTrailingWhitespaceVisitor
- postVisit(Xml, P) - Method in class org.openrewrite.xml.format.TabsAndIndentsVisitor
- prefix(String) - Method in class org.openrewrite.xml.trait.Namespaced.Matcher
- preVisit(Xml, P) - Method in class org.openrewrite.xml.format.TabsAndIndentsVisitor
- processinginstruction() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- processinginstruction() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MarkupdeclContext
- processinginstruction() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.MiscContext
- processinginstruction() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- ProcessinginstructionContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- prolog() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
- prolog() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- PrologContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- Provider() - Constructor for class org.openrewrite.xml.trait.SpringXmlReference.Provider
Q
- QUESTION_MARK - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- QUESTION_MARK - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- QUESTION_MARK() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ChardataContext
R
- reference() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ContentContext
- reference() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- ReferenceContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.ReferenceContext
- RemoveContentVisitor<P> - Class in org.openrewrite.xml
- RemoveContentVisitor(Content, boolean, boolean) - Constructor for class org.openrewrite.xml.RemoveContentVisitor
- RemoveEmptyXmlTags - Class in org.openrewrite.xml
- RemoveEmptyXmlTags() - Constructor for class org.openrewrite.xml.RemoveEmptyXmlTags
- RemoveOwaspSuppressions - Class in org.openrewrite.xml.security
- RemoveOwaspSuppressions() - Constructor for class org.openrewrite.xml.security.RemoveOwaspSuppressions
- RemoveTrailingWhitespace - Class in org.openrewrite.xml
- RemoveTrailingWhitespace() - Constructor for class org.openrewrite.xml.RemoveTrailingWhitespace
- RemoveTrailingWhitespaceVisitor<P> - Class in org.openrewrite.xml.format
- RemoveTrailingWhitespaceVisitor() - Constructor for class org.openrewrite.xml.format.RemoveTrailingWhitespaceVisitor
- RemoveTrailingWhitespaceVisitor(Tree) - Constructor for class org.openrewrite.xml.format.RemoveTrailingWhitespaceVisitor
- RemoveXmlTag - Class in org.openrewrite.xml
- RemoveXmlTag() - Constructor for class org.openrewrite.xml.RemoveXmlTag
- RULE_attribute - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_chardata - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_content - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_declSep - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_doctypedecl - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_document - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_element - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_externalid - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_intsubset - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_jspcomment - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_jspdeclaration - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_jspdirective - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_jspexpression - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_jspscriptlet - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_markupdecl - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_misc - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_processinginstruction - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_prolog - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_reference - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- RULE_xmldecl - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- ruleNames - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- ruleNames - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
S
- S - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- S - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- sample(SourceFile) - Method in class org.openrewrite.xml.style.Autodetect.Detector
- scope - Variable in class org.openrewrite.xml.FilterTagChildrenVisitor
- scope - Variable in class org.openrewrite.xml.MapTagChildrenVisitor
- SEA_WS - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- SEA_WS - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- SEA_WS() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ChardataContext
- SemanticallyEqual - Class in org.openrewrite.xml
-
Recursively check the equality of XML tags and attributes.
- SLASH - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- SLASH - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- SLASH() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- SLASH_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- SLASH_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- SLASH_CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
- SPECIAL_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- SPECIAL_CLOSE - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- SPECIAL_CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- SPECIAL_CLOSE() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- SPECIAL_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- SPECIAL_OPEN - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- SPECIAL_OPEN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ProcessinginstructionContext
- SPECIAL_OPEN_XML - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- SPECIAL_OPEN_XML - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- SPECIAL_OPEN_XML() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- SpringXmlReference - Class in org.openrewrite.xml.trait
- SpringXmlReference() - Constructor for class org.openrewrite.xml.trait.SpringXmlReference
- SpringXmlReference.Provider - Class in org.openrewrite.xml.trait
- STRING - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- STRING - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- STRING() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
- STRING() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
- STRING(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
T
- TabsAndIndents - Class in org.openrewrite.xml.format
- TabsAndIndents() - Constructor for class org.openrewrite.xml.format.TabsAndIndents
- TabsAndIndentsStyle - Class in org.openrewrite.xml.style
- TabsAndIndentsStyle() - Constructor for class org.openrewrite.xml.style.TabsAndIndentsStyle
- TabsAndIndentsVisitor<P> - Class in org.openrewrite.xml.format
- TabsAndIndentsVisitor(TabsAndIndentsStyle) - Constructor for class org.openrewrite.xml.format.TabsAndIndentsVisitor
- TabsAndIndentsVisitor(TabsAndIndentsStyle, Tree) - Constructor for class org.openrewrite.xml.format.TabsAndIndentsVisitor
- TagNameComparator - Class in org.openrewrite.xml
-
Helps to add a
Xml.Tagin alphabetical order while preserving the position of non-tagContent. - TagNameComparator() - Constructor for class org.openrewrite.xml.TagNameComparator
- test(Cursor) - Method in class org.openrewrite.xml.trait.Namespaced.Matcher
- TEXT - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- TEXT - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- TEXT() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ChardataContext
- tokenNames - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
-
Deprecated.
- tokenNames - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
-
Deprecated.Use
XMLParser.VOCABULARYinstead. - transformTag(String, String) - Static method in class org.openrewrite.xml.XsltTransformationVisitor
-
Transform XML content using XSLT transformation.
U
- UpdateOwaspSuppressionDate - Class in org.openrewrite.xml.security
- UpdateOwaspSuppressionDate() - Constructor for class org.openrewrite.xml.security.UpdateOwaspSuppressionDate
- uri(String) - Method in class org.openrewrite.xml.trait.Namespaced.Matcher
- UTF_ENCODING_BOM - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- UTF_ENCODING_BOM - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- UTF_ENCODING_BOM() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
V
- validate() - Method in class org.openrewrite.xml.AddOrUpdateChildTag
- validate() - Method in class org.openrewrite.xml.security.AddOwaspDateBoundSuppressions
- validate() - Method in class org.openrewrite.xml.security.UpdateOwaspSuppressionDate
- validate() - Method in class org.openrewrite.xml.XsltTransformation
- validate(ExecutionContext) - Method in class org.openrewrite.xml.ChangeTagValue
- visit(Tree, LineEndingsCount) - Method in class org.openrewrite.xml.format.AutodetectGeneralFormatStyle
- visit(Tree, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
- visit(Tree, P) - Method in class org.openrewrite.xml.format.MinimumViableSpacingVisitor
- visit(Tree, P) - Method in class org.openrewrite.xml.format.NormalizeFormatVisitor
- visit(Tree, P) - Method in class org.openrewrite.xml.format.NormalizeLineBreaksVisitor
- visit(Tree, P) - Method in class org.openrewrite.xml.format.NormalizeTabsOrSpacesVisitor
- visit(Tree, P) - Method in class org.openrewrite.xml.format.RemoveTrailingWhitespaceVisitor
- visit(Tree, P) - Method in class org.openrewrite.xml.format.TabsAndIndentsVisitor
- visit(Tree, P, Cursor) - Method in class org.openrewrite.xml.format.AutoFormatVisitor
- visitAttribute(XMLParser.AttributeContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.attribute(). - visitAttribute(XMLParser.AttributeContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.attribute(). - visitAttribute(Xml.Attribute, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitAttribute(Xml.Attribute, P) - Method in class org.openrewrite.xml.format.MinimumViableSpacingVisitor
- visitChardata(XMLParser.ChardataContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.chardata(). - visitChardata(XMLParser.ChardataContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.chardata(). - visitComment(Xml.Comment, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitComment(Xml.Comment, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
- visitContent(XMLParser.ContentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.content(). - visitContent(XMLParser.ContentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.content(). - visitDeclSep(XMLParser.DeclSepContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.declSep(). - visitDeclSep(XMLParser.DeclSepContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.declSep(). - visitDoctypedecl(XMLParser.DoctypedeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.doctypedecl(). - visitDoctypedecl(XMLParser.DoctypedeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.doctypedecl(). - visitDocTypeDecl(Xml.DocTypeDecl, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitDocTypeDecl(Xml.DocTypeDecl, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
- visitDocument(XMLParser.DocumentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.document(). - visitDocument(XMLParser.DocumentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.document(). - visitDocument(Xml.Document, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitDocument(Xml.Document, ExecutionContext) - Method in class org.openrewrite.xml.XsltTransformationVisitor
- visitDocument(Xml.Document, P) - Method in class org.openrewrite.xml.format.AutoFormatVisitor
- visitDocument(Xml.Document, P) - Method in class org.openrewrite.xml.format.RemoveTrailingWhitespaceVisitor
- visitElement(XMLParser.ElementContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.element(). - visitElement(XMLParser.ElementContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.element(). - visitElement(Xml.Element, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitErrorNode(ErrorNode) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
- visitExternalid(XMLParser.ExternalidContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.externalid(). - visitExternalid(XMLParser.ExternalidContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.externalid(). - visitIdent(Xml.Ident, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitIntsubset(XMLParser.IntsubsetContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.intsubset(). - visitIntsubset(XMLParser.IntsubsetContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.intsubset(). - visitJspcomment(XMLParser.JspcommentContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.jspcomment(). - visitJspcomment(XMLParser.JspcommentContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.jspcomment(). - visitJspdeclaration(XMLParser.JspdeclarationContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.jspdeclaration(). - visitJspdeclaration(XMLParser.JspdeclarationContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.jspdeclaration(). - visitJspdirective(XMLParser.JspdirectiveContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.jspdirective(). - visitJspdirective(XMLParser.JspdirectiveContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.jspdirective(). - visitJspexpression(XMLParser.JspexpressionContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.jspexpression(). - visitJspexpression(XMLParser.JspexpressionContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.jspexpression(). - visitJspscriptlet(XMLParser.JspscriptletContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.jspscriptlet(). - visitJspscriptlet(XMLParser.JspscriptletContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.jspscriptlet(). - visitMarkupdecl(XMLParser.MarkupdeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.markupdecl(). - visitMarkupdecl(XMLParser.MarkupdeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.markupdecl(). - visitMisc(XMLParser.MiscContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.misc(). - visitMisc(XMLParser.MiscContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.misc(). - visitProcessinginstruction(XMLParser.ProcessinginstructionContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.processinginstruction(). - visitProcessinginstruction(XMLParser.ProcessinginstructionContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.processinginstruction(). - visitProcessingInstruction(Xml.ProcessingInstruction, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitProcessingInstruction(Xml.ProcessingInstruction, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
- visitProlog(XMLParser.PrologContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.prolog(). - visitProlog(XMLParser.PrologContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.prolog(). - visitProlog(Xml.Prolog, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitProlog(Xml.Prolog, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
- visitReference(XMLParser.ReferenceContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.reference(). - visitReference(XMLParser.ReferenceContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.reference(). - visitTag(Xml.Tag, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitTag(Xml.Tag, P) - Method in class org.openrewrite.xml.AddOrUpdateChild
- visitTag(Xml.Tag, P) - Method in class org.openrewrite.xml.AddToTagVisitor
- visitTag(Xml.Tag, P) - Method in class org.openrewrite.xml.ChangeTagContentVisitor
- visitTag(Xml.Tag, P) - Method in class org.openrewrite.xml.ChangeTagValueVisitor
- visitTag(Xml.Tag, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
- visitTag(Xml.Tag, P) - Method in class org.openrewrite.xml.RemoveContentVisitor
- visitTag(Xml.Tag, T) - Method in class org.openrewrite.xml.FilterTagChildrenVisitor
- visitTag(Xml.Tag, T) - Method in class org.openrewrite.xml.MapTagChildrenVisitor
- visitTagClosing(Xml.Tag.Closing, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- visitTerminal(TerminalNode) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
- visitXmldecl(XMLParser.XmldeclContext) - Method in class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
-
Visit a parse tree produced by
XMLParser.xmldecl(). - visitXmldecl(XMLParser.XmldeclContext) - Method in interface org.openrewrite.xml.internal.grammar.XMLParserVisitor
-
Visit a parse tree produced by
XMLParser.xmldecl(). - visitXmlDecl(Xml.XmlDecl, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
- VOCABULARY - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- VOCABULARY - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
W
- WithPrefix - Class in org.openrewrite.xml.internal
- WS - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- WS - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
X
- xml(String) - Static method in class org.openrewrite.xml.Assertions
- xml(String, String) - Static method in class org.openrewrite.xml.Assertions
- xml(String, String, Consumer<SourceSpec<Xml.Document>>) - Static method in class org.openrewrite.xml.Assertions
- xml(String, Consumer<SourceSpec<Xml.Document>>) - Static method in class org.openrewrite.xml.Assertions
- XML_SCHEMA_INSTANCE_PREFIX - Static variable in class org.openrewrite.xml.ChangeNamespaceValue
- XML_SCHEMA_INSTANCE_URI - Static variable in class org.openrewrite.xml.ChangeNamespaceValue
- XML_SCHEMA_INSTANCE_URI - Static variable in class org.openrewrite.xml.trait.Namespaced
- xmldecl() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
- xmldecl() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
- XmldeclContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
- XMLLexer - Class in org.openrewrite.xml.internal.grammar
- XMLLexer(CharStream) - Constructor for class org.openrewrite.xml.internal.grammar.XMLLexer
- XMLParser - Class in org.openrewrite.xml.internal.grammar
- XMLParser(TokenStream) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser
- XMLParser.AttributeContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.ChardataContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.ContentContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.DeclSepContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.DoctypedeclContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.DocumentContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.ElementContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.ExternalidContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.IntsubsetContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.JspcommentContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.JspdeclarationContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.JspdirectiveContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.JspexpressionContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.JspscriptletContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.MarkupdeclContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.MiscContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.ProcessinginstructionContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.PrologContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.ReferenceContext - Class in org.openrewrite.xml.internal.grammar
- XMLParser.XmldeclContext - Class in org.openrewrite.xml.internal.grammar
- XMLParserBaseListener - Class in org.openrewrite.xml.internal.grammar
-
This class provides an empty implementation of
XMLParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods. - XMLParserBaseListener() - Constructor for class org.openrewrite.xml.internal.grammar.XMLParserBaseListener
- XMLParserBaseVisitor<T> - Class in org.openrewrite.xml.internal.grammar
-
This class provides an empty implementation of
XMLParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. - XMLParserBaseVisitor() - Constructor for class org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor
- XMLParserListener - Interface in org.openrewrite.xml.internal.grammar
-
This interface defines a complete listener for a parse tree produced by
XMLParser. - XMLParserVisitor<T> - Interface in org.openrewrite.xml.internal.grammar
-
This interface defines a complete generic visitor for a parse tree produced by
XMLParser. - xPath(String) - Method in class org.openrewrite.xml.trait.Namespaced.Matcher
- xPath(XPathMatcher) - Method in class org.openrewrite.xml.trait.Namespaced.Matcher
- XPathMatcher - Class in org.openrewrite.xml
-
Supports a limited set of XPath expressions, specifically those documented on this page.
- XPathMatcher(String) - Constructor for class org.openrewrite.xml.XPathMatcher
- XsltTransformation - Class in org.openrewrite.xml
- XsltTransformation() - Constructor for class org.openrewrite.xml.XsltTransformation
- XsltTransformationVisitor - Class in org.openrewrite.xml
- XsltTransformationVisitor() - Constructor for class org.openrewrite.xml.XsltTransformationVisitor
_
- _ATN - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- _ATN - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- _decisionToDFA - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- _decisionToDFA - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- _serializedATN - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- _serializedATN - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
- _sharedContextCache - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
- _sharedContextCache - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
All Classes and Interfaces|All Packages|Constant Field Values
XMLLexer.VOCABULARYinstead.