root/trunk/examples/xml/test-dynamic-setters.xml

Revision 43, 141 bytes (checked in by schst, 2 years ago)

New feature: It is now possible to use dynamic setter methods based on the value of an attribute of a tag.

Line 
1 <configuration>
2   <class>
3     <string key="foo">Use setFoo()</string>
4     <string key="bar">Use setBar()</string>
5   </class>
6 </configuration>
Note: See TracBrowser for help on using the browser.