jar

org.openrewrite : rewrite-xml

Maven & Gradle

Aug 25, 2023
9 usages
1.8k stars

rewrite-xml · Eliminate tech-debt. Automatically.

Table Of Contents

Latest Version

Download org.openrewrite : rewrite-xml JAR file - Latest Versions:

All Versions

Download org.openrewrite : rewrite-xml JAR file - All Versions:

Version Vulnerabilities Size Updated
8.4.x
8.3.x
8.2.x
8.1.x
8.0.x
7.40.x
7.39.x
7.38.x
7.37.x
7.36.x
7.35.x
7.34.x
7.33.x
7.32.x
7.31.x
7.30.x
7.29.x
7.28.x
7.27.x
7.26.x
7.25.x
7.24.x
7.23.x
7.22.x
7.21.x
7.20.x
7.19.x
7.18.x
7.17.x
7.16.x
7.15.x
7.14.x
7.13.x
7.12.x
7.11.x
7.10.x
7.9.x
7.8.x
7.7.x
7.6.x
7.5.x
7.4.x
7.3.x
7.2.x
7.1.x
7.0.x
6.1.x
6.0.x
5.5.x
5.4.x
5.3.x
5.2.x
5.1.x
5.0.x
4.2.x
4.1.x
4.0.x
3.0.x
2.2.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window rewrite-xml-8.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openrewrite.xml.tree

├─ org.openrewrite.xml.tree.Content.class - [JAR]

├─ org.openrewrite.xml.tree.Misc.class - [JAR]

├─ org.openrewrite.xml.tree.Xml.class - [JAR]

├─ org.openrewrite.xml.tree.package-info.class - [JAR]

org.openrewrite.xml

├─ org.openrewrite.xml.AddCommentToXmlTag.class - [JAR]

├─ org.openrewrite.xml.AddOrUpdateChild.class - [JAR]

├─ org.openrewrite.xml.AddToTagVisitor.class - [JAR]

├─ org.openrewrite.xml.Assertions.class - [JAR]

├─ org.openrewrite.xml.ChangeNamespaceValue.class - [JAR]

├─ org.openrewrite.xml.ChangeTagAttribute.class - [JAR]

├─ org.openrewrite.xml.ChangeTagContentVisitor.class - [JAR]

├─ org.openrewrite.xml.ChangeTagName.class - [JAR]

├─ org.openrewrite.xml.ChangeTagValue.class - [JAR]

├─ org.openrewrite.xml.ChangeTagValueVisitor.class - [JAR]

├─ org.openrewrite.xml.CountLinesVisitor.class - [JAR]

├─ org.openrewrite.xml.FilterTagChildrenVisitor.class - [JAR]

├─ org.openrewrite.xml.MapTagChildrenVisitor.class - [JAR]

├─ org.openrewrite.xml.RemoveContentVisitor.class - [JAR]

├─ org.openrewrite.xml.RemoveTrailingWhitespace.class - [JAR]

├─ org.openrewrite.xml.RemoveXmlTag.class - [JAR]

├─ org.openrewrite.xml.SemanticallyEqual.class - [JAR]

├─ org.openrewrite.xml.TagNameComparator.class - [JAR]

├─ org.openrewrite.xml.XPathMatcher.class - [JAR]

├─ org.openrewrite.xml.XmlIsoVisitor.class - [JAR]

├─ org.openrewrite.xml.XmlParser.class - [JAR]

├─ org.openrewrite.xml.XmlParsingException.class - [JAR]

├─ org.openrewrite.xml.XmlVisitor.class - [JAR]

├─ org.openrewrite.xml.package-info.class - [JAR]

org.openrewrite.xml.internal

├─ org.openrewrite.xml.internal.WithPrefix.class - [JAR]

├─ org.openrewrite.xml.internal.XmlParserVisitor.class - [JAR]

├─ org.openrewrite.xml.internal.XmlPrinter.class - [JAR]

├─ org.openrewrite.xml.internal.package-info.class - [JAR]

org.openrewrite.xml.style

├─ org.openrewrite.xml.style.Autodetect.class - [JAR]

├─ org.openrewrite.xml.style.TabsAndIndentsStyle.class - [JAR]

├─ org.openrewrite.xml.style.XmlStyle.class - [JAR]

├─ org.openrewrite.xml.style.package-info.class - [JAR]

org.openrewrite.xml.internal.grammar

├─ org.openrewrite.xml.internal.grammar.XMLLexer.class - [JAR]

├─ org.openrewrite.xml.internal.grammar.XMLParser.class - [JAR]

├─ org.openrewrite.xml.internal.grammar.XMLParserBaseListener.class - [JAR]

├─ org.openrewrite.xml.internal.grammar.XMLParserBaseVisitor.class - [JAR]

├─ org.openrewrite.xml.internal.grammar.XMLParserListener.class - [JAR]

├─ org.openrewrite.xml.internal.grammar.XMLParserVisitor.class - [JAR]

org.openrewrite.xml.marker

├─ org.openrewrite.xml.marker.package-info.class - [JAR]

org.openrewrite.xml.format

├─ org.openrewrite.xml.format.AutoFormat.class - [JAR]

├─ org.openrewrite.xml.format.AutoFormatVisitor.class - [JAR]

├─ org.openrewrite.xml.format.AutodetectGeneralFormatStyle.class - [JAR]

├─ org.openrewrite.xml.format.LineBreaks.class - [JAR]

├─ org.openrewrite.xml.format.LineBreaksVisitor.class - [JAR]

├─ org.openrewrite.xml.format.LineEndingsCount.class - [JAR]

├─ org.openrewrite.xml.format.MinimumViableSpacingVisitor.class - [JAR]

├─ org.openrewrite.xml.format.NormalizeFormat.class - [JAR]

├─ org.openrewrite.xml.format.NormalizeFormatVisitor.class - [JAR]

├─ org.openrewrite.xml.format.NormalizeLineBreaks.class - [JAR]

├─ org.openrewrite.xml.format.NormalizeLineBreaksVisitor.class - [JAR]

├─ org.openrewrite.xml.format.NormalizeTabsOrSpaces.class - [JAR]

├─ org.openrewrite.xml.format.NormalizeTabsOrSpacesVisitor.class - [JAR]

├─ org.openrewrite.xml.format.RemoveTrailingWhitespaceVisitor.class - [JAR]

├─ org.openrewrite.xml.format.TabsAndIndents.class - [JAR]

├─ org.openrewrite.xml.format.TabsAndIndentsVisitor.class - [JAR]

├─ org.openrewrite.xml.format.package-info.class - [JAR]

org.openrewrite.xml.security

├─ org.openrewrite.xml.security.AddOwaspDateBoundSuppressions.class - [JAR]

├─ org.openrewrite.xml.security.IsOwaspSuppressionsFile.class - [JAR]

├─ org.openrewrite.xml.security.RemoveOwaspSuppressions.class - [JAR]

├─ org.openrewrite.xml.security.UpdateOwaspSuppressionDate.class - [JAR]

├─ org.openrewrite.xml.security.package-info.class - [JAR]

org.openrewrite.xml.search

├─ org.openrewrite.xml.search.FindTags.class - [JAR]

├─ org.openrewrite.xml.search.package-info.class - [JAR]

Advertisement

Dependencies from Group

Aug 25, 2023
22 usages
1.8k stars
Aug 25, 2023
16 usages
1.8k stars
Aug 25, 2023
14 usages
1.8k stars
Aug 25, 2023
12 usages
1.8k stars
Aug 25, 2023
10 usages
1.8k stars

Discover Dependencies

Jun 09, 2023
8 usages
428 stars
Jun 06, 2021
7 usages
83 stars
Jun 06, 2021
7 usages
83 stars
May 13, 2020
7 usages
389 stars
Aug 01, 2023
7 usages
380 stars
Jun 26, 2023
7 usages
159 stars
Jun 26, 2023
7 usages
159 stars
Aug 25, 2023
7 usages
36 stars
Jun 15, 2022
14 usages
Jan 20, 2021
7 usages
0 stars