Modifier and Type | Method and Description |
---|---|
protected FileContentGeneratorSettings |
schema_reference_4CodeAction.getFileContentGeneratorSettings() |
protected FileContentGeneratorSettings |
dtd_not_foundCodeAction.getFileContentGeneratorSettings() |
protected abstract FileContentGeneratorSettings |
AbstractFixMissingGrammarCodeAction.getFileContentGeneratorSettings()
Returns the grammar settings used to generate the missing grammar file(XSD,
DTD).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXML2GrammarGenerator<T extends FileContentGeneratorSettings>
Abstract class to generate a grammar (XSD, DTD, etc) from a given XML source.
|
interface |
IFileContentGenerator<Source,Settings extends FileContentGeneratorSettings>
File content generator API.
|
Modifier and Type | Method and Description |
---|---|
<Source,Settings extends FileContentGeneratorSettings> |
FileContentGeneratorManager.generate(Source document,
SharedSettings sharedSettings,
Settings generatorSettings)
Generates a file content (ex : XSD, DTD) from the given document source
document (ex: XML) by using the given settings
generatorSettings . |
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeDeclaration.isEnums(FileContentGeneratorSettings settings)
Returns true if attributes have values enumeration and false otherwise.
|
boolean |
AttributeDeclaration.isFixedValue(FileContentGeneratorSettings settings)
Returns true if all values of the attribute are fixed with a given value and
false otherwise.
|
boolean |
AttributeDeclaration.isID(FileContentGeneratorSettings settings)
Returns true if the attribute is an ID and false otherwise.
|
Modifier and Type | Method and Description |
---|---|
void |
FileContentGeneratorManager.registerGenerator(IFileContentGenerator<?,?> generator,
Class<? extends FileContentGeneratorSettings> generatorKey)
Register the given generator by using settings class as key generator.
|
Modifier and Type | Class and Description |
---|---|
class |
DTDGeneratorSettings
DTD generator settings
|
Modifier and Type | Class and Description |
---|---|
class |
XMLSchemaGeneratorSettings
XML Schema generator settings
|
Copyright © 2020. All rights reserved.