GetText

Description

Allows you to obtain the text data that is contained within the current PBDOM_COMMENT object.

Syntax

pbdom_comment_name.GetText()

Argument

Description

pbdom_comment_name

The name of a PBDOM_COMMENT


Return value

String.

The textual content of the current PBDOM_COMMENT object.

Examples

If you have the comment <!- A COMMENT->, the GetText method returns the string A COMMENT.

See also

GetTextNormalize

GetTextTrim

SetText