jaxp/src/java.xml/share/classes/javax/xml/stream/events/EndDocument.java
changeset 42802 2a03abb03c06
parent 25868 686eef1e7a79
equal deleted inserted replaced
42801:b6efd9c4f416 42802:2a03abb03c06
     1 /*
     1 /*
       
     2  * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  *
     4  *
     4  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     5  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    22  * questions.
    23  * questions.
    23  */
    24  */
    24 
    25 
    25 /*
       
    26  * Copyright (c) 2009 by Oracle Corporation. All Rights Reserved.
       
    27  */
       
    28 
       
    29 package javax.xml.stream.events;
    26 package javax.xml.stream.events;
    30 
    27 
    31 /**
    28 /**
    32  * A marker interface for the end of the document
    29  * A marker interface for the end of the document
    33  *
    30  *