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

/libcore/ojluni/src/main/java/java/net/
H A DContentHandler.java31 * The abstract class <code>ContentHandler</code> is the superclass
44 * instance of a subclass of <code>ContentHandler</code>, and its
63 * @see java.net.ContentHandler#getContent(java.net.URLConnection)
71 abstract public class ContentHandler { class
78 * @return the object read by the <code>ContentHandler</code>.
93 * @return the object read by the <code>ContentHandler</code> that is
/libcore/luni/src/main/java/org/xml/sax/
H A DContentHandler.java0 // ContentHandler.java - handle main document content.
5 // $Id: ContentHandler.java,v 1.13 2004/04/26 17:50:49 dmegginson Exp $
40 * <code>ContentHandler</code> class in the <code>java.net</code>
58 public interface ContentHandler interface
67 * invoking any of the other methods in the ContentHandler
419 // end of ContentHandler.java

Completed in 87 milliseconds