[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: combining XMLEvent lists
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] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|