Class RemoveContentVisitor<P>

java.lang.Object
org.openrewrite.TreeVisitor<Xml,P>
org.openrewrite.xml.XmlVisitor<P>
org.openrewrite.xml.RemoveContentVisitor<P>

public class RemoveContentVisitor<P> extends XmlVisitor<P>
  • Constructor Details

    • RemoveContentVisitor

      public RemoveContentVisitor(Content tag, boolean removeEmptyAncestors)
  • Method Details