Description
Appends the input string or the input text data of the PBDOM_CHARACTERDATA object to the text content that already exists within the current PBDOM_CDATA object.
Syntax
pbdom_cdata_name.Append(string strAppend) pbdom_cdata_name.Append(pbdom_characterdata pbdom_characterdata_ref)
Argument |
Description |
---|---|
pbdom_cdata_name |
The name of a PBDOM_CDATA |
strAppend |
The string you want appended to the existing text of the current PBDOM_CDATA object |
pbdom_characterdata_ref |
The referenced PBDOM_CHARACTERDATA object whose text data is to be appended to the existing text of the current PBDOM_CDATA object |
Return value
PBDOM_CHARACTERDATA.
Throws
EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE -- If the input PBDOM_CHARACTERDATA is not a reference to an object derived from PBDOM_CHARACTERDATA (applies to second syntax).