|
OpenMS
2.6.0
|
Go to the documentation of this file.
61 void endElement(
const XMLCh*
const uri,
const XMLCh*
const local_name,
const XMLCh*
const qname)
override;
64 void startElement(
const XMLCh*
const uri,
const XMLCh*
const local_name,
const XMLCh*
const qname,
const xercesc::Attributes& attributes)
override;
85 Int restrictions_index;
Param & param_
Reference to the Param object to fill.
Definition: ParamXMLHandler.h:70
Base class for XML handlers.
Definition: XMLHandler.h:151
std::map< String, String > descriptions_
Map of node descriptions (they are set at the end of parsing)
Definition: ParamXMLHandler.h:72
A more convenient string class.
Definition: String.h:59
std::vector< double > DoubleList
Vector of double precision real types.
Definition: ListUtils.h:62
std::vector< Int > IntList
Vector of signed integers.
Definition: ListUtils.h:55
String path_
The current absolute path (concatenation of nodes_ with : in between)
Definition: ParamXMLHandler.h:68
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Management and storage of parameters / INI files.
Definition: Param.h:73
XML Handler for Param files.
Definition: ParamXMLHandler.h:51