Class DOMCommentFormatter
- java.lang.Object
-
- org.eclipse.lemminx.services.format.DOMCommentFormatter
-
public class DOMCommentFormatter extends Object
DOM comment formatter.
-
-
Constructor Summary
Constructors Constructor Description DOMCommentFormatter(XMLFormatterDocument formatterDocument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformatComment(DOMComment commentNode, XMLFormattingConstraints parentConstraints, int startRange, int endRange, List<org.eclipse.lsp4j.TextEdit> edits)
-
-
-
Constructor Detail
-
DOMCommentFormatter
public DOMCommentFormatter(XMLFormatterDocument formatterDocument)
-
-
Method Detail
-
formatComment
public void formatComment(DOMComment commentNode, XMLFormattingConstraints parentConstraints, int startRange, int endRange, List<org.eclipse.lsp4j.TextEdit> edits)
-
-