ProteoWizard
Public Member Functions | Public Attributes | Private Attributes | List of all members
pwiz::data::peakdata::HandlerFeature Struct Reference

#include <PeakData.hpp>

Inheritance diagram for pwiz::data::peakdata::HandlerFeature:
pwiz::minimxml::SAXParser::Handler

Public Member Functions

 HandlerFeature (Feature *_feature=0)
 
virtual Status startElement (const std::string &name, const Attributes &attributes, stream_offset position)
 
- Public Member Functions inherited from pwiz::minimxml::SAXParser::Handler
virtual Status processingInstruction (const std::string &name, const std::string &data, stream_offset position)
 
virtual Status endElement (const std::string &name, stream_offset position)
 
virtual Status characters (const SAXParser::saxstring &text, stream_offset position)
 
 Handler ()
 
virtual ~Handler ()
 

Public Attributes

Featurefeature
 
- Public Attributes inherited from pwiz::minimxml::SAXParser::Handler
bool parseCharacters
 When false, no calls to characters() will be made. More...
 
bool autoUnescapeAttributes
 Setting these to false will disable the auto-unescaping feature of the parser; this is useful for handlers which deal with large amounts of data. More...
 
bool autoUnescapeCharacters
 
int version
 contextual version available to control handler logic which support multiple versions of a schema; the default value 0 indicates handler should ignore the version; the handler determines the meaning of any non-zero value More...
 

Private Attributes

HandlerPeakel _handlerPeakel
 
size_t _peakelCount
 

Additional Inherited Members

- Public Types inherited from pwiz::minimxml::SAXParser::Handler
enum  XMLUnescapeBehavior_t { XMLUnescapeDefault, NoXMLUnescape }
 
typedef boost::iostreams::stream_offset stream_offset
 
- Protected Member Functions inherited from pwiz::minimxml::SAXParser::Handler
template<typename T >
T & getAttribute (const Attributes &attributes, const char *name, T &result, XMLUnescapeBehavior_t Unescape, T defaultValue=T()) const
 
const char * getAttribute (const Attributes &attributes, const char *name, XMLUnescapeBehavior_t Unescape, const char *defaultValue=NULL) const
 
template<typename T >
T & getAttribute (const Attributes &attributes, const char *name, T &result) const
 
std::string & getAttribute (const Attributes &attributes, const char *name, std::string &result) const
 
template<typename T >
T & getAttribute (const Attributes &attributes, const std::string &name, T &result, T defaultValue=T()) const
 

Detailed Description

Definition at line 295 of file PeakData.hpp.

Constructor & Destructor Documentation

§ HandlerFeature()

pwiz::data::peakdata::HandlerFeature::HandlerFeature ( Feature _feature = 0)
inline

Definition at line 298 of file PeakData.hpp.

References pwiz::data::unimod::position().

298 : feature(_feature){}

Member Function Documentation

§ startElement()

virtual Status pwiz::data::peakdata::HandlerFeature::startElement ( const std::string &  name,
const Attributes attributes,
stream_offset  position 
)
virtual

Member Data Documentation

§ feature

Feature* pwiz::data::peakdata::HandlerFeature::feature

Definition at line 297 of file PeakData.hpp.

§ _handlerPeakel

HandlerPeakel pwiz::data::peakdata::HandlerFeature::_handlerPeakel
private

Definition at line 303 of file PeakData.hpp.

§ _peakelCount

size_t pwiz::data::peakdata::HandlerFeature::_peakelCount
private

Definition at line 304 of file PeakData.hpp.


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