| Package | Description |
|---|---|
| com.aspose.html | |
| com.aspose.html.dom | |
| com.aspose.html.dom.svg | |
| com.aspose.html.forms | |
| com.aspose.html.net |
| Constructor and Description |
|---|
HTMLDocument(RequestMessage request)
Initializes a new instance of the
HTMLDocument class. |
HTMLDocument(RequestMessage request,
Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
| Modifier and Type | Method and Description |
|---|---|
RequestMessage |
Document.NavigationInit.getRequestMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.navigate(RequestMessage request)
Loads the document based on specified request object, replacing the previous content.
|
void |
Document.NavigationInit.setRequestMessage(RequestMessage value) |
| Constructor and Description |
|---|
SVGDocument(RequestMessage request)
Initializes a new instance of the
SVGDocument class. |
SVGDocument(RequestMessage request,
Configuration configuration)
Initializes a new instance of the
SVGDocument class. |
| Constructor and Description |
|---|
SubmissionResult(RequestMessage request,
ResponseMessage response,
HTMLFormElement owner)
Initializes a new instance of the
SubmissionResult class. |
| Modifier and Type | Method and Description |
|---|---|
RequestMessage |
INetworkOperationContext.getRequest()
Gets or sets the request message.
|
RequestMessage |
ResponseMessage.getRequest()
Gets or sets the associated request.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseMessage |
INetwork.send(RequestMessage message)
Sends a
RequestMessage message. |
void |
INetworkOperationContext.setRequest(RequestMessage value)
Gets or sets the request message.
|
void |
ResponseMessage.setRequest(RequestMessage value)
Gets or sets the associated request.
|