Uses of Class
org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
-
-
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
Methods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar that return FileContentGeneratorSettings Modifier and Type Method Description protected 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 FileContentGeneratorSettings Modifier and Type Method Description protected 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 FileContentGeneratorSettings Modifier and Type Class Description classAbstractXML2GrammarGenerator<T extends FileContentGeneratorSettings>Abstract 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 FileContentGeneratorSettings Modifier and Type Method Description <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 FileContentGeneratorSettings Modifier and Type Method Description booleanAttributeDeclaration. 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 FileContentGeneratorSettings Modifier and Type Method Description voidFileContentGeneratorManager. 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
Subclasses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators.xml2dtd Modifier and Type Class Description classDTDGeneratorSettingsDTD generator settings -
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators.xml2relaxng
Subclasses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators.xml2relaxng Modifier and Type Class Description classRelaxNGGeneratorSettingsRelaxNG generator settings -
Uses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators.xml2xsd
Subclasses of FileContentGeneratorSettings in org.eclipse.lemminx.extensions.generators.xml2xsd Modifier and Type Class Description classXMLSchemaGeneratorSettingsXML Schema generator settings
-