Uses of Class
org.eclipse.lemminx.dom.DOMProcessingInstruction
Packages that use DOMProcessingInstruction
-
Uses of DOMProcessingInstruction in org.eclipse.lemminx.dom
Methods in org.eclipse.lemminx.dom that return DOMProcessingInstructionModifier and TypeMethodDescriptionDOMDocument.createProcessingInstruction(int start, int end) DOMDocument.createProcessingInstruction(String target, String data) Constructors in org.eclipse.lemminx.dom with parameters of type DOMProcessingInstruction -
Uses of DOMProcessingInstruction in org.eclipse.lemminx.services.format
Methods in org.eclipse.lemminx.services.format with parameters of type DOMProcessingInstructionModifier and TypeMethodDescriptionvoidDOMProcessingInstructionFormatter.formatProcessingInstruction(DOMProcessingInstruction processingInstruction, XMLFormattingConstraints parentConstraints, List<org.eclipse.lsp4j.TextEdit> edits)