ProteoWizard
Public Types | Public Member Functions | Public Attributes
pwiz::minimxml::SAXParser::Handler::Status Struct Reference

Handler returns the Status struct as a means of changing the parser's behavior. More...

#include <SAXParser.hpp>

List of all members.

Public Types

enum  Flag { Ok, Done, Delegate }

Public Member Functions

 Status (Flag _flag=Ok, Handler *_delegate=0)

Public Attributes

Flag flag
Handlerdelegate

Detailed Description

Handler returns the Status struct as a means of changing the parser's behavior.

Definition at line 332 of file SAXParser.hpp.


Member Enumeration Documentation

Enumerator:
Ok 
Done 
Delegate 

Definition at line 334 of file SAXParser.hpp.

{
Ok, // ok, continue parsing the stream
Done, // abort immediately
Delegate // delegate this element to the specified Handler [startElement() only]
};

Constructor & Destructor Documentation

pwiz::minimxml::SAXParser::Handler::Status::Status ( Flag  _flag = Ok,
Handler _delegate = 0 
)
inline

Definition at line 344 of file SAXParser.hpp.

: flag(_flag), delegate(_delegate)
{}

Member Data Documentation

Flag pwiz::minimxml::SAXParser::Handler::Status::flag

Definition at line 341 of file SAXParser.hpp.

Handler* pwiz::minimxml::SAXParser::Handler::Status::delegate

Definition at line 342 of file SAXParser.hpp.


The documentation for this struct was generated from the following file: