Hi Ed, "Wax, Ed" <[EMAIL PROTECTED]> wrote on 06/29/2006 04:54:47 PM:
<snip/> > Is there an API that will allow me to parse/navigate the > complexType.Particle() object? If so, do I need to make yet another > call to get the actual element definition (and its data type)? XSParticle.getTerm() [1] will return an XSModelGroup for the sequence. Walking through the XSObjectList of particles from the model group you'll find each of the element declarations. > Thanks, > Ed > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Hope that helps. [1] http://xerces.apache.org/xerces2-j/javadocs/xs/org/apache/xerces/xs/XSParticle.html#getTerm() Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
