| Package | Description |
|---|---|
| com.aspose.html | |
| com.aspose.html.dom | |
| com.aspose.html.dom.svg | |
| com.aspose.html.forms | |
| com.aspose.html.net | |
| com.aspose.html.window |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Url.equals(Url url)
Determines whether the specified
Url, is equal to this instance. |
boolean |
Url.equals(Url url,
boolean excludeFragments)
Determines whether the specified
Url, is equal to this instance. |
void |
HTMLDocument.save(Url url)
Saves the document to local file specified by
url. |
void |
HTMLDocument.save(Url url,
HTMLSaveOptions saveOptions)
Saves the document to local file specified by
url. |
void |
HTMLDocument.save(Url url,
int saveFormat)
Saves the document to local file specified by
url. |
void |
HTMLDocument.save(Url url,
MarkdownSaveOptions saveOptions)
Saves the document to local file specified by
url. |
void |
HTMLDocument.save(Url url,
MHTMLSaveOptions saveOptions)
Saves the document to local file specified by
url. |
| Constructor and Description |
|---|
HTMLDocument(Url url)
Initializes a new instance of the
HTMLDocument class. |
HTMLDocument(Url url,
Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.navigate(Url url)
Loads the document at the specified Uniform Resource Locator (URL) into the current instance, replacing the previous content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SVGDocument.save(Url url)
Saves the document to local file specified by
url. |
void |
SVGDocument.save(Url url,
int saveFormat)
Saves the document to local file specified by
url. |
void |
SVGDocument.save(Url url,
SVGSaveOptions saveOptions)
Saves the document to local file specified by
url. |
| Constructor and Description |
|---|
SVGDocument(Url url)
Initializes a new instance of the
SVGDocument class. |
SVGDocument(Url url,
Configuration configuration)
Initializes a new instance of the
SVGDocument class. |
| Modifier and Type | Method and Description |
|---|---|
Url |
InputElement.getUrlValue()
This method is used to get the value as
Url object. |
| Modifier and Type | Method and Description |
|---|---|
void |
InputElement.setUrlValue(Url value)
This method is used to set
Url object as a value for input element. |
| Modifier and Type | Method and Description |
|---|---|
Url |
RequestMessage.getRequestUri()
Gets or sets the request URI.
|
Url |
UrlResolver.resolve(String baseUri,
String relativeUri)
Resolves the absolute URI from the base and relative URIs.
|
Url |
UrlResolver.resolve(Url baseUri,
String relativeUri)
Resolves the absolute URI from the base and relative URIs.
|
| Modifier and Type | Method and Description |
|---|---|
Url |
UrlResolver.resolve(Url baseUri,
String relativeUri)
Resolves the absolute URI from the base and relative URIs.
|
void |
RequestMessage.setRequestUri(Url value)
Gets or sets the request URI.
|
| Constructor and Description |
|---|
RequestMessage(Url uri)
Initializes a new instance of the
RequestMessage class. |
| Modifier and Type | Class and Description |
|---|---|
class |
Location
Location objects provide a representation of the address of the active document of their Document's browsing context, and allow the current entry of the browsing context's session history to be changed, by adding or replacing entries in the history object.
|
| Constructor and Description |
|---|
Location(Url url)
Initializes a new instance of the
Location class. |