Package org.openrewrite.xml.format
Class NormalizeLineBreaksVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.xml.tree.Xml,P>
org.openrewrite.xml.XmlVisitor<P>
org.openrewrite.xml.XmlIsoVisitor<P>
org.openrewrite.xml.format.NormalizeLineBreaksVisitor<P>
public class NormalizeLineBreaksVisitor<P>
extends org.openrewrite.xml.XmlIsoVisitor<P>
-
Constructor Summary
ConstructorsConstructorDescriptionNormalizeLineBreaksVisitor(org.openrewrite.style.GeneralFormatStyle style) NormalizeLineBreaksVisitor(org.openrewrite.style.GeneralFormatStyle style, @Nullable org.openrewrite.Tree stopAfter) -
Method Summary
Methods inherited from class org.openrewrite.xml.XmlIsoVisitor
visitAttribute, visitAttributeValue, visitCharData, visitComment, visitDocTypeDecl, visitDocTypeDeclExternalSubsets, visitDocument, visitElement, visitIdent, visitJspDirective, visitProcessingInstruction, visitProlog, visitTag, visitTagClosing, visitXmlDeclMethods inherited from class org.openrewrite.xml.XmlVisitor
autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormatMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
NormalizeLineBreaksVisitor
public NormalizeLineBreaksVisitor(org.openrewrite.style.GeneralFormatStyle style) -
NormalizeLineBreaksVisitor
public NormalizeLineBreaksVisitor(org.openrewrite.style.GeneralFormatStyle style, @Nullable org.openrewrite.Tree stopAfter)
-
-
Method Details