Searched refs:fLocation (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DStAXLocationWrapper.java38 private Location fLocation = null; field in class:StAXLocationWrapper
43 fLocation = location;
47 return fLocation;
55 if (fLocation != null) {
56 return fLocation.getPublicId();
62 if (fLocation != null) {
63 return fLocation.getSystemId();
77 if (fLocation != null) {
78 return fLocation.getLineNumber();
84 if (fLocation !
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/
H A DDOMErrorImpl.java56 private DOMLocatorImpl fLocation = new DOMLocatorImpl(); field in class:DOMErrorImpl
109 fLocation = location;
138 return fLocation;
174 fLocation = null;
/openjdk9/jaxp/src/java.xml/share/classes/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 207 milliseconds