Package org.openrewrite.xml.format
Class MinimumViableSpacingVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Xml,P>
org.openrewrite.xml.XmlVisitor<P>
org.openrewrite.xml.XmlIsoVisitor<P>
org.openrewrite.xml.format.MinimumViableSpacingVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Xml@Nullable XmlvisitAttribute(Xml.Attribute attribute, P p) Methods inherited from class org.openrewrite.xml.XmlIsoVisitor
visitCharData, visitComment, visitDocTypeDecl, visitDocument, visitElement, visitIdent, visitProcessingInstruction, visitProlog, visitTag, 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
-
MinimumViableSpacingVisitor
public MinimumViableSpacingVisitor() -
MinimumViableSpacingVisitor
public MinimumViableSpacingVisitor(@Nullable @Nullable org.openrewrite.Tree stopAfter)
-
-
Method Details
-
visitAttribute
- Overrides:
visitAttributein classXmlIsoVisitor<P>
-
visit
-
postVisit
-