Contents

WebDocumentRepresentation

This protocol is adopted by document representation classes that handle specific MIME types. You can implement your own document view classes and document representation classes to render data for specific MIME types, and register those classes using the WebFrame Registerclass(_:representationclass:formimetype:) method.

Declaration

protocol WebDocumentRepresentation : NSObjectProtocol

Topics

Setting the data source

Loading content

Getting document source

Getting the document title

See Also

Working With Document Web Views (Legacy)