Simple C Expat Wrapper (SCEW)  1.1.7
Files | Functions
Accessors

Obtain information from parser. More...

Files

file  parser.h
 SCEW parser handling routines.
 

Functions

SCEW_API XML_Parser scew_parser_expat (scew_parser *parser)
 Returns the internal Expat parser being used by the given SCEW parser. More...
 

Detailed Description

Obtain information from parser.

Function Documentation

SCEW_API XML_Parser scew_parser_expat ( scew_parser parser)

Returns the internal Expat parser being used by the given SCEW parser.

Probably some extra low-level Expat functions need to be called by the user. This function gives access to the Expat parser so it is possible to call these functions.

Note that if the Expat parser event handling routines are modified, SCEW will not be able to load XML documents.