OTECTED]
Subject: Re: XMLBeans performance and source code status [Re: Proposal:
XMLBeans]
Eric,
What's the relationship between XmlCursor and the JSR-173 Streaming API
for XML?
Ted
Eric Vasilik wrote:
>When working with XMLBeans in a strongly typed way (with a Schema), individual
>obj
David Bau wrote:
>Adding a few links and other info -
>
>Eric Vasilik writes:
>
>>The synchronization described refers to the fact
>>that one may manipulate the XML via the XmlCursor
>>or the strongly typed XMLBean classes generated from
>>the schema
>
>
>As Eric says, we don't want to confuse the
Eric,
What's the relationship between XmlCursor and the JSR-173 Streaming API
for XML?
Ted
Eric Vasilik wrote:
When working with XMLBeans in a strongly typed way (with a Schema), individual objects are created for each piece of information, usually instances of simple and complex Schema types.
When working with XMLBeans in a strongly typed way (with a Schema), individual objects
are created for each piece of information, usually instances of simple and complex
Schema types. However, you can also access and manipulate the XML in a typeless
manor. What we've done with XMLBeans is prov