| com.jclark.xml.parse.LocatedEvent
LocatedEvent | public interface LocatedEvent (Code) | | Interface for events which provide location information.
version: $Revision: 1.1 $ $Date: 1998/05/27 19:07:46 $ |
getLocation | ParseLocation getLocation()(Code) | | Returns the location
of the first character of the markup of the event.
The return value is valid only so long as the event
itself is valid.
|
|
|