jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorEx.java
changeset 33547 e4c76ac38b12
parent 25871 b80b84e87032
child 43852 93a527059d8a
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * 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
     6  * 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
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    31 
    31 
    32 import org.xml.sax.Locator;
    32 import org.xml.sax.Locator;
    33 import org.w3c.dom.Node;
    33 import org.w3c.dom.Node;
    34 
    34 
    35 /**
    35 /**
    36  * Object that returns the current location that the {@link XmlVisitor} is parsing.
    36  * Object that returns the current location that the {@link com.sun.xml.internal.bind.v2.runtime.unmarshaller.XmlVisitor}
       
    37  * is parsing.
    37  *
    38  *
    38  * @author Kohsuke Kawaguchi
    39  * @author Kohsuke Kawaguchi
    39  */
    40  */
    40 public interface LocatorEx extends Locator {
    41 public interface LocatorEx extends Locator {
    41     /**
    42     /**