javax.xml.stream.util
Interface XMLEventConsumer

All Known Subinterfaces:
XMLEventWriter

public interface XMLEventConsumer

Interface for consuming XML events.


Method Summary
 void add(XMLEvent event)
          Consumes an event.
 

Method Detail

add

void add(XMLEvent event)
         throws XMLStreamException
Consumes an event.

Throws:
XMLStreamException