equal
deleted
inserted
replaced
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 |