com.bea.xml.stream
Class XMLEventPlayer

java.lang.Object
  extended by com.bea.xml.stream.XMLEventReaderBase
      extended by com.bea.xml.stream.XMLEventPlayer
All Implemented Interfaces:
java.util.Iterator, javax.xml.stream.util.XMLEventConsumer, javax.xml.stream.XMLEventReader

public class XMLEventPlayer
extends XMLEventReaderBase

Create events from a file format.


Field Summary
 
Fields inherited from class com.bea.xml.stream.XMLEventReaderBase
allocator, reader
 
Constructor Summary
XMLEventPlayer(XMLStreamPlayer reader)
           
 
Method Summary
protected  boolean parseSome()
           
 
Methods inherited from class com.bea.xml.stream.XMLEventReaderBase
add, close, get, getElementText, getProperty, hasNext, internal_close, isOpen, main, needsMore, next, nextEvent, nextTag, peek, remove, setAllocator, setConfigurationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEventPlayer

public XMLEventPlayer(XMLStreamPlayer reader)
               throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException
Method Detail

parseSome

protected boolean parseSome()
                     throws javax.xml.stream.XMLStreamException
Overrides:
parseSome in class XMLEventReaderBase
Throws:
javax.xml.stream.XMLStreamException