htmlNoEmbed
Alternative content class for embedded plug-in's
[Previous] [Main] [Next]


Description
htmlNoEmbed encapsultes the <NOEMBED></NOEMBED> tags. It is used to specifiy content to be displayed by browsers that cannot display plug-in applications. Browsers that can display plug-ins, such as Netscape Navigator 2.0, ignore all content in htmlNoEmbed objects.  
 
The htmPlugIn class contains an htmlNoEmbed object as a member variable, accessible via the htmlPlugIn::NoEmbed() method.  
 
Declaration
#include <dcmicro/htmlpp/noembed.h>  
 
Hierarchy
htmlnoembed.gif  
 
See Also
htmlPlugIn  
 
Related Constants/Definitions
None.  
 
Constructors
htmlNoEmbed()  
Constructs an empty object.  
 
htmlNoEmbed( const String& text )  
Constructs an object, inserting text into it.  
 
htmlNoEmbed( const htmlObject& element )  
Constructs an object, inserting element into it.  
 
htmlNoEmbed( const htmlNoEmbed& rhs )  
Copy constructor.  
 
Destructor
virtual ~htmlNoEmbed()  
Destroys the object.  
 
Member Methods
Print   void Print( ostream& os ) const  
Outputs the object to os.  
 
ClonehtmlObject FAR * Clone() const  
Returns a base-class pointer to a deep copy of the object.  
 
Example Use
 
Refer to the example for htmlPlugIn.  
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.