Class HTMLPurifier_Token_Comment
	
	
Concrete comment token class. Generally will be ignored.
	 
	
		- 
			HTMLPurifier_Token
			
			
			
		
- 
			 HTMLPurifier_Token_Comment HTMLPurifier_Token_Comment
	Methods summary
	
		| 
			 public 
			
			
			 | 
		#
		__construct( string $data, integer $line = null, integer $col = null )
			
Transparent constructor. Parameters
					$datastring$data String comment data.
$lineinteger$line
$colinteger$col
 | 
	
		| 
			 public 
			
			
			 | 
		#
		toNode( )
			
Converts a token into its corresponding node. 
			
Converts a token into its corresponding node. | 
	
	
	
	Properties summary
	
		| 
			public  
			mixed
		 | $data |  | 
			#
			
				
Character data within comment. 
				
Character data within comment. Type
							string
 | 
	
		| 
			public  
			boolean
		 | $is_whitespace | true |  |