Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.xml.sax   
uk.co.wilson.xml   
 

Uses of Locator in org.xml.sax
 

Methods in org.xml.sax with parameters of type Locator
 void DocumentHandler.setDocumentLocator(Locator locator)
          Receive an object for locating the origin of SAX document events.
 void HandlerBase.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 

Constructors in org.xml.sax with parameters of type Locator
SAXParseException(java.lang.String message, Locator locator)
          Create a new SAXParseException from a message and a Locator.
SAXParseException(java.lang.String message, Locator locator, java.lang.Exception e)
          Wrap an existing exception in a SAXParseException.
 

Uses of Locator in uk.co.wilson.xml
 

Classes in uk.co.wilson.xml that implement Locator
 class MinML
           
 

Methods in uk.co.wilson.xml with parameters of type Locator
 void MinML.setDocumentLocator(Locator locator)
           
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.