jaxp/src/java.xml/share/classes/javax/xml/stream/util/EventReaderDelegate.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.util;
    26 package javax.xml.stream.util;
    30 
    27 
    31 import javax.xml.namespace.QName;
       
    32 import javax.xml.namespace.NamespaceContext;
       
    33 import javax.xml.stream.XMLEventReader;
    28 import javax.xml.stream.XMLEventReader;
    34 import javax.xml.stream.events.XMLEvent;
    29 import javax.xml.stream.events.XMLEvent;
    35 import javax.xml.stream.Location;
       
    36 import javax.xml.stream.XMLStreamException;
    30 import javax.xml.stream.XMLStreamException;
    37 
    31 
    38 /**
    32 /**
    39  * This is the base class for deriving an XMLEventReader
    33  * This is the base class for deriving an XMLEventReader
    40  * filter.
    34  * filter.