Searched refs:fLocation (Results 1 - 3 of 3) 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;
H A DStartDocumentEvent.java82 this.fLocation = loc;
86 if(fLocation == null )
89 return fLocation.getSystemId();

Completed in 42 milliseconds