FileDocCategorySizeDatePackage
ContentHandlerFactory.javaAPI DocAndroid 1.5 API1402Wed May 06 22:41:04 BST 2009java.net

ContentHandlerFactory

public interface ContentHandlerFactory
Defines a factory which is responsible for creating a {@code ContentHandler}.
see
ContentHandler
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.net.ContentHandlercreateContentHandler(java.lang.String contentType)
Creates a content handler to handle {@code contentType}.

param
contentType specifies the content type which is handled by the returned {@code ContentHandler}.
return
content handler object for a specific content type.
since
Android 1.0