package javax.xml.stream.events;

/**
 * A marker interface for the end of the document
 *
 * @version 1.0
 * @author Copyright (c) 2003 by BEA Systems. All Rights Reserved.
 */
public interface EndDocument extends XMLEvent {
  /**
   * No methods are defined in this interface.  
   */
}
