All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.jclark.xml.parse.LocatedEvent

public interface LocatedEvent
Interface for events which provide location information.


Method Index

 o getLocation()
Returns the location of the first character of the markup of the event.

Methods

 o getLocation
 public abstract ParseLocation getLocation()
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.


All Packages  Class Hierarchy  This Package  Previous  Next  Index