| Modifier and Type | Class and Description |
|---|---|
class |
ContentModelFormatterParticipant
Formatter participant which uses XSD/DTD grammar information to know the
FormatElementCategory of a given element. |
| Modifier and Type | Class and Description |
|---|---|
class |
XSIFormatterParticipant
Formatter participant implementation to format xsi:schemaLocation attribute
value.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IFormatterParticipant> |
XMLExtensionsRegistry.getFormatterParticipants() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLExtensionsRegistry.registerFormatterParticipant(IFormatterParticipant formatterParticipant) |
void |
XMLExtensionsRegistry.unregisterFormatterParticipant(IFormatterParticipant formatterParticipant) |
| Constructor and Description |
|---|
XMLFormatterDocument(TextDocument textDocument,
org.eclipse.lsp4j.Range range,
SharedSettings sharedSettings,
Collection<IFormatterParticipant> formatterParticipants)
XML formatter document.
|
XMLFormatterDocumentNew(DOMDocument xmlDocument,
org.eclipse.lsp4j.Range range,
SharedSettings sharedSettings,
Collection<IFormatterParticipant> formatterParticipants)
XML formatter document.
|
| Constructor and Description |
|---|
XMLBuilder(SharedSettings sharedSettings,
String whitespacesIndent,
String lineDelimiter,
Collection<IFormatterParticipant> formatterParticipants) |
Copyright © 2022. All rights reserved.