Note: Licensed Material - Property of IBM
(C) Copyright IBM Corp. 2000,2002 - All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
This is an extension point for extending the struts treeviewer. There are two parts to this extension. Part one - a list of classes from this plugin that can be used as parent to other external nodes. Part two is the actual parent - child class relation class.
<!ELEMENT extension EMPTY>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT treenode EMPTY>
<!ATTLIST treenode
parentNodeClass CDATA #REQUIRED
externalChildrenProvider CDATA #REQUIRED
>
<!ELEMENT extensibleClass EMPTY>
<!ATTLIST extensibleClass
id CDATA #REQUIRED
>