public interface ExtendedXMLEvent extends XMLEvent(Code)
Extended
XMLEvent interface that provides additional functionality.
author: Christian Niles version: $Revision: 1.1 $
Method Summary
public boolean
matches(XMLEvent event) Determines if this event matches another event, irrespective of document
location.
Parameters: event - The event to match against.
Determines if this event matches another event, irrespective of document
location.
Parameters: event - The event to match against. true if the two events match, falseotherwise.
Writes the event to the provided
XMLStreamWriter .
Parameters: writer - The destination stream. throws: XMLStreamException - If an error occurs writing to the destinationstream.