addFromHtml
Contents
[
Hide
]addFromHtml(String text) method
Adds text from specified html string to the collection.
Parameters
Name | Type | Description |
---|---|---|
text | String | HTML text. |
Returns
void
addFromHtml(String text, HtmlExternalResolver resolver, String uri) method
Adds text from specified html string to the collection.
Parameters
Name | Type | Description |
---|---|---|
text | String | HTML text. |
resolver | HtmlExternalResolver | Resolver callback object which resolves URIs and fetches referrenced objects. |
uri | String | URI for adding HTML document. Used for resolving relative links. Specifying resolver can potentially introduce a vulnurability. Use with caution. |
Returns
void
addFromHtml(String text, ExternalResourceResolver resolver, String uri) method
Adds text from specified html string to the collection.
Parameters
Name | Type | Description |
---|---|---|
text | String | HTML text. |
resolver | ExternalResourceResolver | Resolver callback object which resolves URIs and fetches referrenced objects. |
uri | String | URI for adding HTML document. Used for resolving relative links. Specifying resolver can potentially introduce a vulnurability. Use with caution. |
Returns
void