#import <WebDocument.h>
◆ canProvideDocumentSource()
canProvideDocumentSource
- Returns
- Returns true if the representation can provide document source.
◆ documentSource()
documentSource
- Returns
- Returns the textual source representation of the document. For HTML documents this is the original HTML source.
◆ finishedLoadingWithDataSource:()
finishedLoadingWithDataSource: Called when the data source has finished loading.
- Parameters
-
dataSource | The datasource that has finished loading. |
◆ receivedData:withDataSource:()
receivedData:withDataSource: Called when the data source has received data.
- Parameters
-
data | The data that the data source has received. |
dataSource | The data source that has received data. |
◆ receivedError:withDataSource:()
receivedError:withDataSource: Called when the data source has received an error.
- Parameters
-
error | The error that the data source has received. |
dataSource | The data source that has received the error. |
◆ setDataSource:()
setDataSource: Called soon after the document representation is created.
- Parameters
-
dataSource | The data source that is set. |
◆ title()
title
- Returns
- Return the title for the document.
The documentation for this protocol was generated from the following file: