public class XML2RelaxNGGenerator extends AbstractXML2GrammarGenerator<RelaxNGGeneratorSettings>
| Constructor and Description |
|---|
XML2RelaxNGGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generate(Grammar grammar,
RelaxNGGeneratorSettings settings,
XMLBuilder schema,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Generate the grammar content from the given grammar information into the
given builder.
|
protected String |
getFileExtension()
Returns the grammar file extension (ex : xsd, dtd) to generate.
|
generate, isFlatprotected void generate(Grammar grammar, RelaxNGGeneratorSettings settings, XMLBuilder schema, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
AbstractXML2GrammarGeneratorgenerate in class AbstractXML2GrammarGenerator<RelaxNGGeneratorSettings>grammar - the grammar information.settings - the grammar settingsschema - the XML builder to update.protected String getFileExtension()
AbstractXML2GrammarGeneratorgetFileExtension in class AbstractXML2GrammarGenerator<RelaxNGGeneratorSettings>Copyright © 2024. All rights reserved.