Class TabsAndIndentsVisitor<P>

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

public class TabsAndIndentsVisitor<P> extends XmlIsoVisitor<P>
  • Constructor Details

    • TabsAndIndentsVisitor

      public TabsAndIndentsVisitor(TabsAndIndentsStyle style)
    • TabsAndIndentsVisitor

      public TabsAndIndentsVisitor(TabsAndIndentsStyle style, @Nullable @Nullable org.openrewrite.Tree stopAfter)
  • Method Details

    • preVisit

      public Xml preVisit(Xml tree, P p)
      Overrides:
      preVisit in class org.openrewrite.TreeVisitor<Xml,P>
    • postVisit

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

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