Package org.openrewrite.xml.format
Class LineBreaksVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Xml,P>
org.openrewrite.xml.XmlVisitor<P>
org.openrewrite.xml.XmlIsoVisitor<P>
org.openrewrite.xml.format.LineBreaksVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Xml@Nullable XmlvisitComment(Xml.Comment comment, P p) visitDocTypeDecl(Xml.DocTypeDecl docTypeDecl, P p) visitProcessingInstruction(Xml.ProcessingInstruction processingInstruction, P p) visitProlog(Xml.Prolog prolog, P p) Methods inherited from class org.openrewrite.xml.XmlIsoVisitor
visitAttribute, visitCharData, visitDocument, visitElement, visitIdent, 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, describeLocation, doAfterVisit, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, preVisit, reduce, reduce, reduce, setCursor, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitSourceFile
-
Constructor Details
-
LineBreaksVisitor
public LineBreaksVisitor() -
LineBreaksVisitor
public LineBreaksVisitor(@Nullable @Nullable org.openrewrite.Tree stopAfter)
-
-
Method Details
-
visitComment
- Overrides:
visitCommentin classXmlIsoVisitor<P>
-
visitDocTypeDecl
- Overrides:
visitDocTypeDeclin classXmlIsoVisitor<P>
-
visitProcessingInstruction
public Xml.ProcessingInstruction visitProcessingInstruction(Xml.ProcessingInstruction processingInstruction, P p) - Overrides:
visitProcessingInstructionin classXmlIsoVisitor<P>
-
visitProlog
- Overrides:
visitPrologin classXmlIsoVisitor<P>
-
visitTag
- Overrides:
visitTagin classXmlIsoVisitor<P>
-
postVisit
-
visit
-