Class AutoFormatVisitor<P>

java.lang.Object
org.openrewrite.TreeVisitor<Xml,P>
org.openrewrite.xml.XmlVisitor<P>
org.openrewrite.xml.format.AutoFormatVisitor<P>

public class AutoFormatVisitor<P> extends XmlVisitor<P>
  • Constructor Details

    • AutoFormatVisitor

      public AutoFormatVisitor()
    • AutoFormatVisitor

      public AutoFormatVisitor(@Nullable @Nullable org.openrewrite.Tree stopAfter)
  • Method Details

    • visit

      public Xml visit(@Nullable @Nullable org.openrewrite.Tree tree, P p, org.openrewrite.Cursor cursor)
      Overrides:
      visit in class org.openrewrite.TreeVisitor<Xml,P>
    • visitDocument

      public Xml.Document visitDocument(Xml.Document doc, P p)
      Overrides:
      visitDocument in class XmlVisitor<P>