Index

A B C D E F G I L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(Path) - Method in class org.openrewrite.xml.XmlParser
 
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.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
 
accept(TreeVisitor<R, P>, P) - Method in interface org.openrewrite.xml.tree.Xml
 
acceptXml(XmlVisitor<P>, P) - Method in interface org.openrewrite.xml.tree.Xml
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.Attribute
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.CharData
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.Comment
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.DocTypeDecl
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.Document
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.Element
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.Ident
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.ProcessingInstruction
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.Prolog
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
acceptXml(XmlVisitor<P>, P) - Method in class org.openrewrite.xml.tree.Xml.XmlDecl
 
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
 
AddOwaspDateBoundSuppressions - Class in org.openrewrite.xml.security
 
AddOwaspDateBoundSuppressions() - Constructor for class org.openrewrite.xml.security.AddOwaspDateBoundSuppressions
 
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.XmldeclContext
 
attribute(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
 
attribute(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
 
Attribute() - Constructor for class org.openrewrite.xml.tree.Xml.Attribute
 
AttributeContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.AttributeContext
 
Autodetect - Class in org.openrewrite.xml.style
 
Autodetect(UUID, Collection<Style>) - Constructor for class org.openrewrite.xml.style.Autodetect
 
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(X, Xml, P, Cursor) - Method in class org.openrewrite.xml.XmlVisitor
 
autoFormat(X, P) - Method in class org.openrewrite.xml.XmlVisitor
 
autoFormat(X, P, Cursor) - Method in class org.openrewrite.xml.XmlVisitor
 
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.XmlParser.Builder
 
build(String) - Static method in class org.openrewrite.xml.tree.Xml.Tag
 
builder() - Static method in class org.openrewrite.xml.XmlParser
 
Builder() - Constructor for class org.openrewrite.xml.XmlParser.Builder
 

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
 
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
 
CharData() - Constructor for class org.openrewrite.xml.tree.Xml.CharData
 
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(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
 
Closing() - Constructor for class org.openrewrite.xml.tree.Xml.Tag.Closing
 
Comment() - Constructor for class org.openrewrite.xml.tree.Xml.Comment
 
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
 

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
 
detect(List<Xml.Document>) - Static method in class org.openrewrite.xml.style.Autodetect
 
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
 
DocTypeDecl() - Constructor for class org.openrewrite.xml.tree.Xml.DocTypeDecl
 
DoctypedeclContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.DoctypedeclContext
 
document() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
 
Document() - Constructor for class org.openrewrite.xml.tree.Xml.Document
 
DocumentContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.DocumentContext
 
Double - Enum constant in enum class org.openrewrite.xml.tree.Xml.Attribute.Value.Quote
 
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
 
Element() - Constructor for class org.openrewrite.xml.tree.Xml.Element
 
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().
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.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().
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.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
 
ExternalSubsets() - Constructor for class org.openrewrite.xml.tree.Xml.DocTypeDecl.ExternalSubsets
 

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
 
findSingle(Xml, String) - Static method in class org.openrewrite.xml.search.FindTags
Returns null if 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

getATN() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
 
getATN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
 
getChannelNames() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
 
getCharset() - Method in class org.openrewrite.xml.tree.Xml.Document
 
getChild(String) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
getChildren() - Method in class org.openrewrite.xml.tree.Xml.Tag
 
getChildren(String) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
getChildValue(String) - Method in class org.openrewrite.xml.tree.Xml.Tag
getDescription() - Method in class org.openrewrite.xml.AddCommentToXmlTag
 
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.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.RemoveTrailingWhitespace
 
getDescription() - Method in class org.openrewrite.xml.search.FindTags
 
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
 
getDisplayName() - Method in class org.openrewrite.xml.AddCommentToXmlTag
 
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.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.RemoveTrailingWhitespace
 
getDisplayName() - Method in class org.openrewrite.xml.search.FindTags
 
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
 
getDslName() - Method in class org.openrewrite.xml.XmlParser.Builder
 
getGrammarFileName() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
 
getGrammarFileName() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
 
getKeyAsString() - Method in class org.openrewrite.xml.tree.Xml.Attribute
 
getLanguage() - Method in class org.openrewrite.xml.XmlVisitor
 
getModeNames() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
 
getPrefix() - Method in interface org.openrewrite.xml.tree.Content
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Attribute
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Attribute.Value
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.CharData
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Comment
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.DocTypeDecl.ExternalSubsets
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.DocTypeDecl
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Document
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Element
 
getPrefix() - Method in interface org.openrewrite.xml.tree.Xml
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Ident
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.ProcessingInstruction
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Prolog
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Tag.Closing
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.Tag
 
getPrefix() - Method in class org.openrewrite.xml.tree.Xml.XmlDecl
 
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.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
 
getSerializedATN() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
 
getSerializedATN() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
 
getSibling(String, Cursor) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.xml.ChangeTagAttribute
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.xml.ChangeTagName
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.xml.ChangeTagValue
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.xml.security.AddOwaspDateBoundSuppressions
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.xml.security.RemoveOwaspSuppressions
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.xml.security.UpdateOwaspSuppressionDate
 
getSourcePath() - Method in exception org.openrewrite.xml.XmlParsingException
 
getTokenNames() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
Deprecated.
getTokenNames() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
Deprecated.
getValue() - Method in class org.openrewrite.xml.tree.Xml.Tag
 
getValueAsString() - Method in class org.openrewrite.xml.tree.Xml.Attribute
 
getVisitor() - Method in class org.openrewrite.xml.AddCommentToXmlTag
 
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.RemoveTrailingWhitespace
 
getVisitor() - Method in class org.openrewrite.xml.search.FindTags
 
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
 
getVocabulary() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
 
getVocabulary() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
 

I

Ident() - Constructor for class org.openrewrite.xml.tree.Xml.Ident
 
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, P) - Method in class org.openrewrite.xml.XmlVisitor
 
isAcceptable(TreeVisitor<?, P>, P) - Method in interface org.openrewrite.xml.tree.Xml
 
IsOwaspSuppressionsFile - Class in org.openrewrite.xml.security
 
IsOwaspSuppressionsFile() - Constructor for class org.openrewrite.xml.security.IsOwaspSuppressionsFile
 

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
 
matches(Cursor) - Method in class org.openrewrite.xml.XPathMatcher
 
maybeAutoFormat(X, X, Xml, P, Cursor) - Method in class org.openrewrite.xml.XmlVisitor
 
maybeAutoFormat(X, X, P) - Method in class org.openrewrite.xml.XmlVisitor
 
maybeAutoFormat(X, X, P, Cursor) - Method in class org.openrewrite.xml.XmlVisitor
 
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(int) - Method in class org.openrewrite.xml.internal.grammar.XMLParser.ElementContext
 
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(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.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
 
parse(String...) - Method in class org.openrewrite.xml.XmlParser
 
parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.xml.XmlParser
 
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
 
preVisit(Xml, P) - Method in class org.openrewrite.xml.format.TabsAndIndentsVisitor
 
printer(Cursor) - Method in class org.openrewrite.xml.tree.Xml.Document
 
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
 
ProcessingInstruction() - Constructor for class org.openrewrite.xml.tree.Xml.ProcessingInstruction
 
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
 
Prolog() - Constructor for class org.openrewrite.xml.tree.Xml.Prolog
 
PrologContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
 

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
 

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) - Constructor for class org.openrewrite.xml.RemoveContentVisitor
 
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
 
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_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
 
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.
Single - Enum constant in enum class org.openrewrite.xml.tree.Xml.Attribute.Value.Quote
 
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
 
sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.xml.XmlParser
 
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
 
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
 
Tag() - Constructor for class org.openrewrite.xml.tree.Xml.Tag
 
TagNameComparator - Class in org.openrewrite.xml
Helps to add a Xml.Tag in alphabetical order while preserving the position of non-tag Content.
TagNameComparator() - Constructor for class org.openrewrite.xml.TagNameComparator
 
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.
Use XMLLexer.VOCABULARY instead.
tokenNames - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
Deprecated.
toString() - Method in class org.openrewrite.xml.tree.Xml.Attribute
 
toString() - Method in class org.openrewrite.xml.tree.Xml.CharData
 
toString() - Method in class org.openrewrite.xml.tree.Xml.Ident
 
toString() - Method in class org.openrewrite.xml.tree.Xml.Tag.Closing
 
toString() - Method in class org.openrewrite.xml.tree.Xml.Tag
 

U

UpdateOwaspSuppressionDate - Class in org.openrewrite.xml.security
 
UpdateOwaspSuppressionDate() - Constructor for class org.openrewrite.xml.security.UpdateOwaspSuppressionDate
 
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.security.AddOwaspDateBoundSuppressions
 
validate() - Method in class org.openrewrite.xml.security.UpdateOwaspSuppressionDate
 
Value() - Constructor for class org.openrewrite.xml.tree.Xml.Attribute.Value
 
valueOf(String) - Static method in enum class org.openrewrite.xml.tree.Xml.Attribute.Value.Quote
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.openrewrite.xml.tree.Xml.Attribute.Value.Quote
Returns an array containing the constants of this enum class, in the order they are declared.
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(XMLParser.AttributeContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
visitAttribute(Xml.Attribute, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
 
visitAttribute(Xml.Attribute, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitAttribute(Xml.Attribute, P) - Method in class org.openrewrite.xml.format.MinimumViableSpacingVisitor
 
visitAttribute(Xml.Attribute, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitAttribute(Xml.Attribute, P) - Method in class org.openrewrite.xml.XmlVisitor
 
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().
visitCharData(Xml.CharData, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitCharData(Xml.CharData, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitCharData(Xml.CharData, P) - Method in class org.openrewrite.xml.XmlVisitor
 
visitComment(Xml.Comment, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
 
visitComment(Xml.Comment, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitComment(Xml.Comment, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
 
visitComment(Xml.Comment, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitComment(Xml.Comment, P) - Method in class org.openrewrite.xml.XmlVisitor
 
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().
visitContent(XMLParser.ContentContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
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(XMLParser.DoctypedeclContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
visitDocTypeDecl(Xml.DocTypeDecl, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
 
visitDocTypeDecl(Xml.DocTypeDecl, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitDocTypeDecl(Xml.DocTypeDecl, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
 
visitDocTypeDecl(Xml.DocTypeDecl, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitDocTypeDecl(Xml.DocTypeDecl, P) - Method in class org.openrewrite.xml.XmlVisitor
 
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(XMLParser.DocumentContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
visitDocument(Xml.Document, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
 
visitDocument(Xml.Document, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitDocument(Xml.Document, P) - Method in class org.openrewrite.xml.format.AutoFormatVisitor
 
visitDocument(Xml.Document, P) - Method in class org.openrewrite.xml.format.RemoveTrailingWhitespaceVisitor
 
visitDocument(Xml.Document, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitDocument(Xml.Document, P) - Method in class org.openrewrite.xml.XmlVisitor
 
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(XMLParser.ElementContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
visitElement(Xml.Element, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
 
visitElement(Xml.Element, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitElement(Xml.Element, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitElement(Xml.Element, P) - Method in class org.openrewrite.xml.XmlVisitor
 
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
 
visitIdent(Xml.Ident, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitIdent(Xml.Ident, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitIdent(Xml.Ident, P) - Method in class org.openrewrite.xml.XmlVisitor
 
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().
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().
visitMisc(XMLParser.MiscContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
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(XMLParser.ProcessinginstructionContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
visitProcessingInstruction(Xml.ProcessingInstruction, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
 
visitProcessingInstruction(Xml.ProcessingInstruction, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitProcessingInstruction(Xml.ProcessingInstruction, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
 
visitProcessingInstruction(Xml.ProcessingInstruction, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitProcessingInstruction(Xml.ProcessingInstruction, P) - Method in class org.openrewrite.xml.XmlVisitor
 
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(XMLParser.PrologContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
visitProlog(Xml.Prolog, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
 
visitProlog(Xml.Prolog, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitProlog(Xml.Prolog, P) - Method in class org.openrewrite.xml.format.LineBreaksVisitor
 
visitProlog(Xml.Prolog, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitProlog(Xml.Prolog, P) - Method in class org.openrewrite.xml.XmlVisitor
 
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitTag(Xml.Tag, P) - Method in class org.openrewrite.xml.XmlVisitor
 
visitTag(Xml.Tag, T) - Method in class org.openrewrite.xml.FilterTagChildrenVisitor
 
visitTag(Xml.Tag, T) - Method in class org.openrewrite.xml.MapTagChildrenVisitor
 
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(XMLParser.XmldeclContext) - Method in class org.openrewrite.xml.internal.XmlParserVisitor
 
visitXmlDecl(Xml.XmlDecl, AtomicInteger) - Method in class org.openrewrite.xml.CountLinesVisitor
 
visitXmlDecl(Xml.XmlDecl, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
visitXmlDecl(Xml.XmlDecl, P) - Method in class org.openrewrite.xml.XmlIsoVisitor
 
visitXmlDecl(Xml.XmlDecl, P) - Method in class org.openrewrite.xml.XmlVisitor
 
VOCABULARY - Static variable in class org.openrewrite.xml.internal.grammar.XMLLexer
 
VOCABULARY - Static variable in class org.openrewrite.xml.internal.grammar.XMLParser
 

W

withCharset(Charset) - Method in class org.openrewrite.xml.tree.Xml.Document
 
withChildValue(String, String) - Method in class org.openrewrite.xml.tree.Xml.Tag
Locate a child tag with the given name and set its text value.
withContent(List<? extends Content>) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
withEof(String) - Method in class org.openrewrite.xml.tree.Xml.Document
 
withName(String) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Attribute.Value
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Attribute
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.CharData
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Comment
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.DocTypeDecl.ExternalSubsets
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.DocTypeDecl
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Document
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Element
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Ident
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.ProcessingInstruction
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Prolog
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Tag.Closing
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
withPrefix(String) - Method in interface org.openrewrite.xml.tree.Xml
 
withPrefix(String) - Method in class org.openrewrite.xml.tree.Xml.XmlDecl
 
WithPrefix - Class in org.openrewrite.xml.internal
 
withPrefixUnsafe(String) - Method in interface org.openrewrite.xml.tree.Xml
 
withValue(String) - Method in class org.openrewrite.xml.tree.Xml.Tag
 

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 - Interface in org.openrewrite.xml.tree
The XML spec.
Xml.Attribute - Class in org.openrewrite.xml.tree
 
Xml.Attribute.Value - Class in org.openrewrite.xml.tree
 
Xml.Attribute.Value.Quote - Enum Class in org.openrewrite.xml.tree
 
Xml.CharData - Class in org.openrewrite.xml.tree
 
Xml.Comment - Class in org.openrewrite.xml.tree
 
Xml.DocTypeDecl - Class in org.openrewrite.xml.tree
 
Xml.DocTypeDecl.ExternalSubsets - Class in org.openrewrite.xml.tree
 
Xml.Document - Class in org.openrewrite.xml.tree
 
Xml.Element - Class in org.openrewrite.xml.tree
 
Xml.Ident - Class in org.openrewrite.xml.tree
 
Xml.ProcessingInstruction - Class in org.openrewrite.xml.tree
 
Xml.Prolog - Class in org.openrewrite.xml.tree
 
Xml.Tag - Class in org.openrewrite.xml.tree
 
Xml.Tag.Closing - Class in org.openrewrite.xml.tree
 
Xml.XmlDecl - Class in org.openrewrite.xml.tree
 
xmldecl() - Method in class org.openrewrite.xml.internal.grammar.XMLParser.PrologContext
 
xmldecl() - Method in class org.openrewrite.xml.internal.grammar.XMLParser
 
XmlDecl() - Constructor for class org.openrewrite.xml.tree.Xml.XmlDecl
 
XmldeclContext(ParserRuleContext, int) - Constructor for class org.openrewrite.xml.internal.grammar.XMLParser.XmldeclContext
 
XmlIsoVisitor<P> - Class in org.openrewrite.xml
 
XmlIsoVisitor() - Constructor for class org.openrewrite.xml.XmlIsoVisitor
 
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
 
XmlParser() - Constructor for class org.openrewrite.xml.XmlParser
 
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.Builder - Class in org.openrewrite.xml
 
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.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 - Class in org.openrewrite.xml.internal
 
XmlParserVisitor(Path, FileAttributes, String, Charset, boolean) - Constructor for class org.openrewrite.xml.internal.XmlParserVisitor
 
XMLParserVisitor<T> - Interface in org.openrewrite.xml.internal.grammar
This interface defines a complete generic visitor for a parse tree produced by XMLParser.
XmlParsingException - Exception in org.openrewrite.xml
 
XmlParsingException(Path, String, Throwable) - Constructor for exception org.openrewrite.xml.XmlParsingException
 
XmlPrinter<P> - Class in org.openrewrite.xml.internal
 
XmlPrinter() - Constructor for class org.openrewrite.xml.internal.XmlPrinter
 
XmlStyle - Interface in org.openrewrite.xml.style
 
XmlVisitor<P> - Class in org.openrewrite.xml
 
XmlVisitor() - Constructor for class org.openrewrite.xml.XmlVisitor
 
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
 

_

_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
 
A B C D E F G I L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form