Class DOMAttributeFormatter


  • public class DOMAttributeFormatter
    extends Object
    DOM attribute formatter.
    Author:
    Angelo ZERR
    • Constructor Detail

    • Method Detail

      • formatAttribute

        public void formatAttribute​(DOMAttr attr,
                                    int prevOffset,
                                    boolean singleAttribute,
                                    boolean useSettings,
                                    boolean isFirstAttr,
                                    XMLFormattingConstraints parentConstraints,
                                    List<org.eclipse.lsp4j.TextEdit> edits)