Class DOMAttributeFormatter
- java.lang.Object
-
- org.eclipse.lemminx.services.format.DOMAttributeFormatter
-
public class DOMAttributeFormatter extends Object
DOM attribute formatter.- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description DOMAttributeFormatter(XMLFormatterDocument formatterDocument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformatAttribute(DOMAttr attr, int prevOffset, boolean singleAttribute, boolean useSettings, boolean isFirstAttr, XMLFormattingConstraints parentConstraints, List<org.eclipse.lsp4j.TextEdit> edits)
-
-
-
Constructor Detail
-
DOMAttributeFormatter
public DOMAttributeFormatter(XMLFormatterDocument formatterDocument)
-
-
Method Detail
-
formatAttribute
public void formatAttribute(DOMAttr attr, int prevOffset, boolean singleAttribute, boolean useSettings, boolean isFirstAttr, XMLFormattingConstraints parentConstraints, List<org.eclipse.lsp4j.TextEdit> edits)
-
-