|
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.
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 (
|
XMLUInt32 scannerId,
|
|
XMLUInt32 sequenceId ) [protected]
|
|
Friends And Related Function Documentation
class XMLScanner [friend]
|
|
The documentation for this class was generated from the following file:
|