Class NormalizeLineBreaksVisitor<P>

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

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

    • NormalizeLineBreaksVisitor

      public NormalizeLineBreaksVisitor(org.openrewrite.style.GeneralFormatStyle style)
    • NormalizeLineBreaksVisitor

      public NormalizeLineBreaksVisitor(org.openrewrite.style.GeneralFormatStyle style, @Nullable @Nullable org.openrewrite.Tree stopAfter)
  • Method Details

    • visit

      @Nullable public @Nullable Xml visit(@Nullable @Nullable org.openrewrite.Tree tree, P p)
      Overrides:
      visit 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>