Package org.openrewrite.xml.format
Class MinimumViableSpacingVisitor<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.MinimumViableSpacingVisitor<P>
public class MinimumViableSpacingVisitor<P>
extends org.openrewrite.xml.XmlIsoVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.openrewrite.xml.tree.Xml@Nullable org.openrewrite.xml.tree.Xmlorg.openrewrite.xml.tree.Xml.AttributevisitAttribute(org.openrewrite.xml.tree.Xml.Attribute attribute, P p) Methods inherited from class org.openrewrite.xml.XmlIsoVisitor
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, maybeAutoFormat, visitJspComment, visitJspDeclaration, visitJspExpression, visitJspScriptletMethods 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
-
MinimumViableSpacingVisitor
public MinimumViableSpacingVisitor() -
MinimumViableSpacingVisitor
public MinimumViableSpacingVisitor(@Nullable org.openrewrite.Tree stopAfter)
-
-
Method Details
-
visitAttribute
public org.openrewrite.xml.tree.Xml.Attribute visitAttribute(org.openrewrite.xml.tree.Xml.Attribute attribute, P p) - Overrides:
visitAttributein classorg.openrewrite.xml.XmlIsoVisitor<P>
-
visit
- Overrides:
visitin classorg.openrewrite.TreeVisitor<org.openrewrite.xml.tree.Xml,P>
-
postVisit
- Overrides:
postVisitin classorg.openrewrite.TreeVisitor<org.openrewrite.xml.tree.Xml,P>
-