Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » particle.getElement()
particle.getElement() [message #592854] Tue, 30 November 2004 14:45
Eclipse UserFriend
Originally posted by: ooi.ibm.com

Hi,

I have a question.when reading out a schema, the return type of a particle
as a child from the sequence tag below is of type
org.apache.xerces.dom.DeferredElementNSImpl
but not org.w3c.dom.Element as I have expected it to be.

<element name="ServiceProperties">
<complexType>
<sequence>
<element ref="tns:OtherEnabledState" />
........

what is the reason for that? I have also tried to set the content of a
XSDModelGroup instance to this DeferredElementNSImpl but it doesnt work.

Thank you.
Previous Topic:Retrieving documentation from an <xsd:pattern> within a schema
Next Topic:particle.getElement()
Goto Forum:
  


Current Time: Fri Apr 26 02:20:13 GMT 2024

Powered by FUDForum. Page generated in 0.02697 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top