Contents
Index
Search

36. Custom configuration elements

In addition to the above standard configuration elements, a third-party Java™ programmer may define its own custom configuration elements. Such elements are declared as follows:

<com.acme.MyConfigElement
  xmlns="http://www.xmlmind.com/xmleditor/schema/configuration/extension"
  ... Any attributes here ...
>
  ... Any child nodes here ...
</com.acme.MyConfigElement>
  • The namespace of a custom configuration element is "http://www.xmlmind.com/xmleditor/schema/configuration/extension".

  • The local name of a custom configuration element is the fully qualified name of a Java™ class extending abstract class com.xmlmind.xmleditapp.config.Info.