| java.net.ContentHandlerFactory
ContentHandlerFactory | public interface ContentHandlerFactory (Code) | | Defines a factory which is reponsible for creating a ContentHandler
|
createContentHandler | ContentHandler createContentHandler(String contentType)(Code) | | Creates a content handler to handle contentType
java.net.ContentHandler Parameters: contentType - java.lang.String |
|
|