Uses of Class
org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Packages that use FileContentGeneratorSettings
Package
Description
-
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
Methods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar that return FileContentGeneratorSettingsModifier and TypeMethodDescriptionprotected abstract FileContentGeneratorSettingsAbstractFixMissingGrammarCodeAction.getFileContentGeneratorSettings()Returns the grammar settings used to generate the missing grammar file (XSD, DTD).protected abstract FileContentGeneratorSettingsAbstractGenerateGrammarCodeActionResolver.getFileContentGeneratorSettings()Returns the grammar settings used to generate the missing grammar file (XSD, DTD).protected FileContentGeneratorSettingsDTDNotFoundCodeAction.getFileContentGeneratorSettings()protected FileContentGeneratorSettingsGenerateDTDCodeActionResolver.getFileContentGeneratorSettings()protected FileContentGeneratorSettingsGenerateXSDCodeActionResolver.getFileContentGeneratorSettings()protected FileContentGeneratorSettingsschema_reference_4CodeAction.getFileContentGeneratorSettings() -
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
Methods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints that return FileContentGeneratorSettingsModifier and TypeMethodDescriptionprotected abstract FileContentGeneratorSettingsAbstractGenerateGrammarAndAssociationResolveCodeActionParticipant.getFileContentGeneratorSettings()protected FileContentGeneratorSettingsGenerateDocTypeCodeActionResolver.getFileContentGeneratorSettings()protected FileContentGeneratorSettingsGenerateRelaxNGSchemaCodeActionResolver.getFileContentGeneratorSettings()protected FileContentGeneratorSettingsGenerateXMLModelWithDTDCodeActionResolver.getFileContentGeneratorSettings()protected FileContentGeneratorSettingsGenerateXMLModelWithXSDCodeActionResolver.getFileContentGeneratorSettings()protected FileContentGeneratorSettingsGenerateXSINoNamespaceSchemaCodeActionResolver.getFileContentGeneratorSettings() -
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators
Classes in org.eclipse.lemminx.extensions.generators with type parameters of type FileContentGeneratorSettingsModifier and TypeClassDescriptionclassAbstract class to generate a grammar (XSD, DTD, etc) from a given XML source.interfaceIFileContentGenerator<Source,Settings extends FileContentGeneratorSettings> File content generator API.Methods in org.eclipse.lemminx.extensions.generators with type parameters of type FileContentGeneratorSettingsModifier and TypeMethodDescription<Source,Settings extends FileContentGeneratorSettings>
StringFileContentGeneratorManager.generate(Source document, SharedSettings sharedSettings, Settings generatorSettings, 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.Methods in org.eclipse.lemminx.extensions.generators with parameters of type FileContentGeneratorSettingsModifier and TypeMethodDescriptionbooleanAttributeDeclaration.isEnums(FileContentGeneratorSettings settings) Returns true if attributes have values enumeration and false otherwise.booleanAttributeDeclaration.isFixedValue(FileContentGeneratorSettings settings) Returns true if all values of the attribute are fixed with a given value and false otherwise.booleanAttributeDeclaration.isID(FileContentGeneratorSettings settings) Returns true if the attribute is an ID and false otherwise.Method parameters in org.eclipse.lemminx.extensions.generators with type arguments of type FileContentGeneratorSettingsModifier and TypeMethodDescriptionvoidFileContentGeneratorManager.registerGenerator(IFileContentGenerator<?, ?> generator, Class<? extends FileContentGeneratorSettings> generatorKey) Register the given generator by using settings class as key generator. -
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators.xml2dtd
-
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators.xml2relaxng
-
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators.xml2xsd