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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/events/
H A DDummyEvent.java48 // that indicates "nowhere" as effectively as possible.
49 private static DummyLocation nowhere = new DummyLocation(); field in class:DummyEvent
53 protected Location fLocation = (Location) nowhere;
105 fLocation = nowhere;

Completed in 90 milliseconds