Searched defs:Driver (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DDriver.java35 * the Driver interface.
41 * <P>It is strongly recommended that each Driver class should be
42 * small and standalone so that the Driver class can be loaded and
45 * <P>When a Driver class is loaded, it should create an instance of
49 * <code>Class.forName("foo.bah.Driver")</code>
55 public interface Driver { interface
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java38 * SAX2 Driver that pulls events from XmlPullParser
44 public class Driver implements Locator, XMLReader, Attributes class in inherits:Locator,XMLReader,Attributes
79 public Driver() throws XmlPullParserException { method in class:Driver
85 public Driver(XmlPullParser pp) throws XmlPullParserException { method in class:Driver

Completed in 121 milliseconds