class |
GenerateDocTypeCodeActionResolver |
Code action resolver participant used to:
generate the DTD file for the given DOM document
generate the association DOCTYPE in the XML to bind it with the generated
DTD
|
class |
GenerateRelaxNGSchemaCodeActionResolver |
Code action resolver participant used to:
generate the RelaxNG file for the given DOM document
generate the association relaxng in the XML to bind it with the
generated RelaxNG schema
|
class |
GenerateXMLModelWithDTDCodeActionResolver |
Code action resolver participant used to:
generate the DTD file for the given DOM document
generate the association xml-model in the XML to bind it with the
generated DTD
|
class |
GenerateXMLModelWithXSDCodeActionResolver |
Code action resolver participant used to:
generate the XSD file for the given DOM document
generate the association xml-model in the XML to bind it with the
generated XSD
|
class |
GenerateXSINoNamespaceSchemaCodeActionResolver |
Code action resolver participant used to:
generate the XSD file for the given DOM document
generate the association xsi:noNamespaceSchemaLocation in the XML to bind
it with the generated XSD
|