Uses of Class
org.eclipse.lemminx.extensions.generators.Grammar
-
-
Uses of Grammar in org.eclipse.lemminx.extensions.generators
Methods in org.eclipse.lemminx.extensions.generators with parameters of type Grammar Modifier and Type Method Description protected abstract voidAbstractXML2GrammarGenerator. generate(Grammar grammar, T grammarSettings, XMLBuilder out, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)Generate the grammar content from the given grammar information into the given builder. -
Uses of Grammar in org.eclipse.lemminx.extensions.generators.xml2dtd
Methods in org.eclipse.lemminx.extensions.generators.xml2dtd with parameters of type Grammar Modifier and Type Method Description protected voidXML2DTDGenerator. generate(Grammar grammar, DTDGeneratorSettings settings, XMLBuilder dtd, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of Grammar in org.eclipse.lemminx.extensions.generators.xml2relaxng
Methods in org.eclipse.lemminx.extensions.generators.xml2relaxng with parameters of type Grammar Modifier and Type Method Description protected voidXML2RelaxNGGenerator. generate(Grammar grammar, RelaxNGGeneratorSettings settings, XMLBuilder schema, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of Grammar in org.eclipse.lemminx.extensions.generators.xml2xsd
Methods in org.eclipse.lemminx.extensions.generators.xml2xsd with parameters of type Grammar Modifier and Type Method Description protected voidXML2XMLSchemaGenerator. generate(Grammar grammar, XMLSchemaGeneratorSettings settings, XMLBuilder schema, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
-