|
|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XMLPScanToken Class ReferenceThis simple class is used as a sanity check when the scanner is used to do progressive parsing.
More...
#include <XMLPScanToken.hpp>
List of all members. Public Methods
- XMLPScanToken& operator= (const XMLPScanToken& toCopy)
|
|
|
Protected Methods
- void set ( const XMLUInt32 scannerId , const XMLUInt32 sequenceId )
Friends
Detailed Description
This simple class is used as a sanity check when the scanner is used to do progressive parsing.
It insures that things are not done out of
sequence and that sequences of scan calls are made correctly to the
right scanner instances.
To client code, it is just a magic cookie which is obtained when a
progressive parse is begun, and which is passed back in on each subsequent
call of the progressive parse.
Constructor & Destructor Documentation
XMLPScanToken::XMLPScanToken () |
|
XMLPScanToken::XMLPScanToken (
|
const XMLPScanToken & toCopy) |
|
XMLPScanToken::~XMLPScanToken () |
|
Member Function Documentation
XMLPScanToken & XMLPScanToken::operator= (
|
const XMLPScanToken & toCopy) |
|
void XMLPScanToken::set (
|
const XMLUInt32 scannerId, |
|
const XMLUInt32 sequenceId) [protected] |
|
Friends And Related Function Documentation
class XMLScanner [friend] |
|
The documentation for this class was generated from the following file: