Method Summary |
|
public void | clear() Clears the queue. |
public XMLEvent | dequeue() Removes and returns an event from the queue, or null if the queue
is empty. |
public void | enqueue(XMLEvent event) Adds an event to the queue. |
public boolean | isEmpty() Returns true if the queue is empty. |
public int | size() Returns the size of the queue. |
public String | toString() Returns a String representation of this object. |