KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > javax > xml > stream > events > EndDocument


1 package javax.xml.stream.events;
2
3 /**
4  * A marker interface for the end of the document
5  *
6  * @version 1.0
7  * @author Copyright (c) 2003 by BEA Systems. All Rights Reserved.
8  * @since 1.6
9  */

10 public interface EndDocument extends XMLEvent {
11   /**
12    * No methods are defined in this interface.
13    */

14 }
15
Popular Tags