xml_dom_api.md: remove mention of DOM Generator (removed in 2022.3 anyway)

This commit is contained in:
Yann Cébron 2022-08-17 14:39:16 +02:00
parent e20eee33d8
commit 2a9c41dde4

View File

@ -378,18 +378,6 @@ If the contributed elements depend on anything other than plain XML file content
Annotate DOM model with [`Namespace`](%gh-ic%/xml/dom-openapi/src/com/intellij/util/xml/Namespace.java) and register namespace key mapping via `DomFileDescription.registerNamespacePolicy()` from `DomFileDescription.initializeFileDescription()`. Annotate DOM model with [`Namespace`](%gh-ic%/xml/dom-openapi/src/com/intellij/util/xml/Namespace.java) and register namespace key mapping via `DomFileDescription.registerNamespacePolicy()` from `DomFileDescription.initializeFileDescription()`.
### Generating DOM from Existing XSD
DOM can be generated automatically from existing XSD/DTD.
Output correctness/completeness will largely depend on the input scheme and may require additional manual adjustments.
Follow these steps:
* Run IntelliJ IDEA with _Plugin DevKit_ enabled in the [internal mode](enabling_internal.md)
* Select <menupath>Tools | Internal Actions | DevKit | Generate DOM Model</menupath>
* Select <control>Scheme File</control> and set options, then click <control>Generate</control> to generate sources
* Modify generated sources according to your needs
### IDE Support ### IDE Support
_Plugin DevKit_ supports the following features for working with DOM related code: _Plugin DevKit_ supports the following features for working with DOM related code: