append_data method
append_data
Append the string to the end of the character data of the node.
def append_data(self, data):
...
Parameter | Type | Description |
---|---|---|
data | str | The content data. |
See Also
- module
aspose.html.dom
- class
ProcessingInstruction
Append the string to the end of the character data of the node.
def append_data(self, data):
...
Parameter | Type | Description |
---|---|---|
data | str | The content data. |
aspose.html.dom
ProcessingInstruction