http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback

PDF Document

Download
Dev Snapshots
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

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

XMLPScanToken Class Reference

This 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)
Constructor
 XMLPScanToken ()
 XMLPScanToken (const XMLPScanToken& toCopy)
Destructor
 ~XMLPScanToken ()

Protected Methods

void set ( const XMLUInt32 scannerId , const XMLUInt32 sequenceId )

Friends

class  XMLScanner


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:


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.