#include <skExpatParser.h>
Inheritance diagram for skExpatParser:

Public Member Functions | |
| IMPORT_C | skExpatParser () | 
| Construct a parser. | |
| virtual IMPORT_C | ~skExpatParser () | 
| Destructor. | |
| IMPORT_C skElement * | parse (skInputSource &in, skExecutableContext &context) | 
| Parse an input stream and construct an element from it.  | |
It can be used to parse an XML document and return a Simkin Element class.
(Note: Expat is an Open Source XML parser library. You can obtain it from http://expat.sourceforge.net/)
      
  | 
  ||||||||||||
| 
 Parse an input stream and construct an element from it. 
 
 
 
  | 
  
1.3