| greg.soulsby |
| Newbie |
|
| London |
|
|
| None Specified |
|
| Thursday, August 20, 2009 |
| Thursday, August 20, 2009 9:14:28 AM |
1 [0.01% of all post / 0.00 posts per day] |
|
I have generated the Java code for my XML Schema. I would now like to a) Loop through each node in the schema b) process each of the nodes depending on what type it is - e.g. Group or Element
What is the Java code to
a) loop through all nodes? b) determin if a node is an Element or a Group c) If it is a group, what type it is? e.g. sequence or choice d) If it is an Element, what is the primative type - date, int etc
|
|