<< Return to Main Index

< Return to Class Index

CGXHtmlW::LookupTag

CGXTagHandler* LookupTag(LPCTSTR lpszTag);

lpszTag

The tag name to be looking for.

Return Value

A pointer to the tag handler of the given tag. If the tag is not in the tag map, the return value will be NULL.

Remarks

This function looks for the given tag name from the tag map. If the tag is found in the tag map, this function will return the corresponding tag handler of this tag.  otherwise return NULL.

CGXHtmlW

Class Overview | Class Members