Uses of Class
org.eclipse.lemminx.dom.DOMComment
-
Packages that use DOMComment Package Description org.eclipse.lemminx.dom org.eclipse.lemminx.services.format org.eclipse.lemminx.utils -
-
Uses of DOMComment in org.eclipse.lemminx.dom
Methods in org.eclipse.lemminx.dom that return DOMComment Modifier and Type Method Description DOMCommentDOMDocument. createComment(int start, int end)DOMCommentDOMDocument. createComment(String data) -
Uses of DOMComment in org.eclipse.lemminx.services.format
Methods in org.eclipse.lemminx.services.format with parameters of type DOMComment Modifier and Type Method Description voidDOMCommentFormatter. formatComment(DOMComment commentNode, XMLFormattingConstraints parentConstraints, int startRange, int endRange, List<org.eclipse.lsp4j.TextEdit> edits) -
Uses of DOMComment in org.eclipse.lemminx.utils
Methods in org.eclipse.lemminx.utils with parameters of type DOMComment Modifier and Type Method Description XMLBuilderXMLBuilder. startComment(DOMComment comment)
-