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