Re: [xml-dev] combining XMLEvent lists

From
Johannes.Lichtenberger <>
To
Date
2010-09-28T18:19:47Z
ID
<>
Thread
Re: [xml-dev] combining XMLEvent lists
On 09/28/2010 07:46 PM, Michael Kay wrote:
>  On 28/09/2010 6:24 PM, David wrote:
>>  My guess would be "XMLEvent" is refering to StAX Events.
>>
>> http://woodstox.codehaus.org/javadoc/stax-api/1.0/javax/xml/stream/events/XMLEvent.html
>>
> 
> Ah yes, you're probably right. I forgot that's what they were called...
> 
> If that's the case it looks fairly easy to present a List<XMLEvent> via
> an XMLEventReader, which can be wrapped in a StaxSource and supplied to
> any Saxon interface that expects a Source, for example a DocumentBuilder.

Right, StAX events. Hm, ok, it seems I'm a little bit hard of
understanding, but how do I create an XMLEventReader out of a
List<XMLEvent>?

regards and thanks,
Johannes