Package org.openrewrite.xml
Class ChangeTagContentVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.xml.tree.Xml,P>
org.openrewrite.xml.XmlVisitor<P>
org.openrewrite.xml.ChangeTagContentVisitor<P>
public class ChangeTagContentVisitor<P>
extends org.openrewrite.xml.XmlVisitor<P>
-
Constructor Summary
ConstructorsConstructorDescriptionChangeTagContentVisitor(org.openrewrite.xml.tree.Xml.Tag scope, List<Content> content) -
Method Summary
Methods inherited from class org.openrewrite.xml.XmlVisitor
autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, visitAttribute, visitAttributeValue, visitCharData, visitComment, visitDocTypeDecl, visitDocTypeDeclExternalSubsets, visitDocument, visitElement, visitIdent, visitJspDirective, visitProcessingInstruction, visitProlog, visitTagClosing, visitXmlDeclMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
ChangeTagContentVisitor
-
-
Method Details
-
visitTag
- Overrides:
visitTagin classorg.openrewrite.xml.XmlVisitor<P>
-