root/trunk/examples/xml/defines-primitives-factory.xml
| Revision 22, 380 bytes (checked in by mikey, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <defines> |
| 2 | <tag name="int" primitive="int" keyAttribute="id"/> |
| 3 | <tag name="bool" primitive="boolean" keyAttribute="id"/> |
| 4 | |
| 5 | <tag name="color" type="ColorPrimitivesFactory"> |
| 6 | <factoryMethod name="create"><cdata type="string"/></factoryMethod> |
| 7 | <attribute name="red" type="int"/> |
| 8 | <attribute name="green" type="int"/> |
| 9 | <attribute name="blue" type="int"/> |
| 10 | </tag> |
| 11 | </defines> |
Note: See TracBrowser for help on using the browser.
