HomeSort by relevance Sort by last modified time
    Searched defs:Locator (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/
Locator.java 1 // SAX locator interface for document events.
4 // $Id: Locator.java,v 1.8 2002/01/30 21:13:47 dbrownell Exp $
30 * locator at any other time, or after parsing completes.</p>
32 * <p>SAX parsers are not required to supply a locator, but they are
34 * locator, it must do so before reporting any other document events.
35 * If no locator has been set by the time the application receives
37 * event, the application should assume that a locator is not
45 public interface Locator {
136 // end of Locator.java
  /external/v8/src/
zone.h 222 class Locator;
227 // true if a node was inserted, otherwise false. If found the locator
229 bool Insert(const Key& key, Locator* locator);
232 // otherwise false. If the node is found the locator is enabled and
234 bool Find(const Key& key, Locator* locator);
238 bool FindGreatestLessThan(const Key& key, Locator* locator);
241 bool FindGreatest(Locator* locator)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 62 milliseconds