Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXXmlParser Class Reference

This XML parser is designed to absorb FOX XML tag events. More...

#include <FXXmlParser.h>

Inheritance diagram for FXEX::FXXmlParser::

FXEX::FXBaseObject FXObject FXEX::FXHtmlParser List of all members.

Detailed Description

This XML parser is designed to absorb FOX XML tag events.

Each time a tag is encountered, the XmlReader embedded in FXXmlParser, forwards tag events to this class. We then do some handling of the tag and content by transposing embedded &...; characters, etc.

Definition at line 38 of file FXXmlParser.h.