A B C D E F G I M N O P R S T U V W X _ 
All Classes All Packages

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
 
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
 
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
 
areEqual(Xml, Xml) - Static method in class org.openrewrite.xml.SemanticallyEqual
 
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
 
AutoFormat - Class in org.openrewrite.xml
 
AutoFormat() - Constructor for class org.openrewrite.xml.AutoFormat
 
AutoFormatVisitor<P> - Class in org.openrewrite.xml
 
AutoFormatVisitor(Xml.Tag...) - Constructor for class org.openrewrite.xml.AutoFormatVisitor
 

B

build(String) - Static method in class org.openrewrite.xml.tree.Xml.Tag
 

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
 
ChangeTagContentVisitor<P> - Class in org.openrewrite.xml
 
ChangeTagContentVisitor(Xml.Tag, List<Content>) - Constructor for class org.openrewrite.xml.ChangeTagContentVisitor
 
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
 

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
 
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 - 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
 
FindIndentXmlVisitor<P> - Class in org.openrewrite.xml.search
Discover the most common indentation level of a tree, and whether this indentation is built with spaces or tabs.
FindIndentXmlVisitor(int) - Constructor for class org.openrewrite.xml.search.FindIndentXmlVisitor
 
findMarkedWith(Class<? extends Marker>) - Method in interface org.openrewrite.xml.tree.Xml
Find all subtrees marked with a particular marker rooted at this tree.
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
 
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.AutoFormat
 
getDescription() - Method in class org.openrewrite.xml.search.FindTags
 
getDisplayName() - Method in class org.openrewrite.xml.AutoFormat
 
getDisplayName() - Method in class org.openrewrite.xml.search.FindTags
 
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
 
getMarkers() - Method in interface org.openrewrite.xml.tree.Xml
 
getModeNames() - Method in class org.openrewrite.xml.internal.grammar.XMLLexer
 
getMostCommonIndent() - Method in class org.openrewrite.xml.search.FindIndentXmlVisitor
 
getPrefix() - Method in interface org.openrewrite.xml.tree.Content
 
getPrefix() - Method in interface org.openrewrite.xml.tree.Xml
 
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
 
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.
getTotalLines() - Method in class org.openrewrite.xml.search.FindIndentXmlVisitor
 
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.AutoFormat
 
getVisitor() - Method in class org.openrewrite.xml.search.FindTags
 
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_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
 
isIndentedWithSpaces() - Method in class org.openrewrite.xml.search.FindIndentXmlVisitor
 

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
 
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
 

O

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.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.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
 
preVisit(Xml, Set<T>) - Method in class org.openrewrite.xml.internal.XmlListMarkersVisitor
 
preVisit(Xml, P) - Method in class org.openrewrite.xml.AutoFormatVisitor
 
preVisit(Xml, P) - Method in class org.openrewrite.xml.search.FindIndentXmlVisitor
 
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
 

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
 
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 - 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
 
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

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.Ident
 
toString() - Method in class org.openrewrite.xml.tree.Xml.Tag
 

U

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

Value() - Constructor for class org.openrewrite.xml.tree.Xml.Attribute.Value
 
valueOf(String) - Static method in enum org.openrewrite.xml.tree.Xml.Attribute.Value.Quote
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openrewrite.xml.tree.Xml.Attribute.Value.Quote
Returns an array containing the constants of this enum type, in the order they are declared.
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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.XmlVisitor
 
visitComment(Xml.Comment, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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().
visitMarker(Marker, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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, 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.RemoveContentVisitor
 
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, PrintOutputCapture<P>) - Method in class org.openrewrite.xml.internal.XmlPrinter
 
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

withChildValue(String, String) - Method in class org.openrewrite.xml.tree.Xml.Tag
Locate an child tag with the given name and set its text value.
withContent(List<? extends Content>) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
withMarkers(Markers) - Method in interface org.openrewrite.xml.tree.Xml
 
withName(String) - Method in class org.openrewrite.xml.tree.Xml.Tag
 
withPrefix(String) - Method in interface org.openrewrite.xml.tree.Xml
 
withValue(String) - Method in class org.openrewrite.xml.tree.Xml.Tag
 

X

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 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
 
XMLLexer - Class in org.openrewrite.xml.internal.grammar
 
XMLLexer(CharStream) - Constructor for class org.openrewrite.xml.internal.grammar.XMLLexer
 
XmlListMarkersVisitor<T> - Class in org.openrewrite.xml.internal
 
XmlListMarkersVisitor(Class<? extends Marker>) - Constructor for class org.openrewrite.xml.internal.XmlListMarkersVisitor
 
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.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, String) - 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
 
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 M N O P R S T U V W X _ 
All Classes All Packages