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.
   
  -   getLocation() getLocation()
-   Returns the location
 of the first character of the markup of the event.
   
 getLocation
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