Previous IDL Reference Guide: File Format Object Classes Next

IDLffXMLSAX::Comment

Syntax | Arguments | Keywords | Version History

The IDLffXMLSAX::Comment procedure method is called when the parser detects a comment section of the form <!-- ... --> .

Syntax

Obj->[IDLffXMLSAX::]Comment, Comment

Arguments

Comment

A string containing the text within the detected comment section, without the delimiting characters ("<!--" and "-->").

Keywords

None

Version History

5.6
Introduced

  IDL Online Help (March 06, 2007)