[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] combining XMLEvent lists
- From: David <dlee@calldei.com>
- To: xml-dev@lists.xml.org
- Date: Tue, 28 Sep 2010 14:36:03 -0400
This should give you some ideas
http://www.java2s.com/Open-Source/Java-Document/XML/stax-utils/javanet/staxutils/XMLEventPipe.java.java-doc.htm
You'll find the source here
https://stax-utils.dev.java.net/
This implements an XMLEventReader and XMLEventWriter "pipeline'
internally using a LinkedList of XMLEvents
David A. Lee
dlee@calldei.com
http://www.xmlsh.org
On 9/28/2010 2:19 PM, Johannes.Lichtenberger wrote:
> 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
>
>
>
> _______________________________________________________________________
>
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]