Searched defs:fLocation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DStAXLocationWrapper.java39 private Location fLocation = null; field in class:StAXLocationWrapper
44 fLocation = location;
48 return fLocation;
56 if (fLocation != null) {
57 return fLocation.getPublicId();
63 if (fLocation != null) {
64 return fLocation.getSystemId();
78 if (fLocation != null) {
79 return fLocation.getLineNumber();
85 if (fLocation !
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DDummyEvent.java53 protected Location fLocation = (Location) nowhere; field in class:DummyEvent
100 return fLocation;
105 fLocation = nowhere;
107 fLocation = loc;

Completed in 35 milliseconds