Document.CreateProcessingInstruction
Document.CreateProcessingInstruction method
Creates a ProcessingInstruction node given the specified name and data Strings.
public ProcessingInstruction CreateProcessingInstruction(String target, String data)
| Parameter | Type | Description |
|---|---|---|
| target | String | The target. |
| data | String | The instruction data. |
Return Value
See Also
- class ProcessingInstruction
- class Document
- package com.aspose.html.dom
- package Aspose.HTML