Re: question on code generation with regard to non-alphabetic character in xml element name

2010-01-26 Thread Jerry Wang
I am still facing one issue on getting actual element names, this time it is about a particular element name(id1). 1. method generated by xmlbean from wsdl public org.apache.xmlbeans.XmlString xgetId1() { synchronized (monitor()) { check_orphaned();

Re: question on code generation with regard to non-alphabetic character in xml element name

2010-01-20 Thread Jerry Wang
just want to get original element names from generated classes, so those names can be passed onto other components. On Wed, Jan 20, 2010 at 12:50 PM, Gillen, Paul paul.gil...@nscorp.comwrote: Pardon the impertinence, but why? -- Paul

Re: question on code generation with regard to non-alphabetic character in xml element name

2010-01-20 Thread Jacob Danner
So you would use reflection or something like it to infer the name? Seems like you could get this 'actual element name' information from the schematypesystem apis without too much hassle. -jacobd On Wed, Jan 20, 2010 at 10:29 AM, Jerry Wang skidooj...@gmail.com wrote: just want to get original