Uses of Interface
org.eclipse.lemminx.services.IXMLFullFormatter
-
Packages that use IXMLFullFormatter Package Description org.eclipse.lemminx.extensions.generators org.eclipse.lemminx.services -
-
Uses of IXMLFullFormatter in org.eclipse.lemminx.extensions.generators
Methods in org.eclipse.lemminx.extensions.generators with parameters of type IXMLFullFormatter Modifier and Type Method Description StringAbstractXML2GrammarGenerator. generate(Document prototypeDocument, SharedSettings sharedSettings, T generatorSettings, IXMLFullFormatter formatter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)StringIFileContentGenerator. generate(Source document, SharedSettings sharedSettings, Settings generatorSettings, IXMLFullFormatter formatter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)Generates a file content (ex : XSD, DTD) from the given document sourcedocument(ex: XML) by using the given settingsgeneratorSettings.Constructors in org.eclipse.lemminx.extensions.generators with parameters of type IXMLFullFormatter Constructor Description FileContentGeneratorManager(IXMLFullFormatter formatter) -
Uses of IXMLFullFormatter in org.eclipse.lemminx.services
Classes in org.eclipse.lemminx.services that implement IXMLFullFormatter Modifier and Type Class Description classXMLLanguageServiceXML Language service.
-