jaxp/src/com/sun/org/apache/xerces/internal/util/StAXLocationWrapper.java
changeset 25264 040625ce9b72
parent 12457 c348e06f0e82
equal deleted inserted replaced
25263:0939b202eb62 25264:040625ce9b72
    30  * <p>A light wrapper around a StAX location. This is useful
    30  * <p>A light wrapper around a StAX location. This is useful
    31  * when bridging between StAX and XNI components.</p>
    31  * when bridging between StAX and XNI components.</p>
    32  *
    32  *
    33  * @author Michael Glavassevich, IBM
    33  * @author Michael Glavassevich, IBM
    34  *
    34  *
    35  * @version $Id: StAXLocationWrapper.java,v 1.2 2010-10-26 23:01:13 joehw Exp $
       
    36  */
    35  */
    37 public final class StAXLocationWrapper implements XMLLocator {
    36 public final class StAXLocationWrapper implements XMLLocator {
    38 
    37 
    39     private Location fLocation = null;
    38     private Location fLocation = null;
    40 
    39