 |
OpenMS
2.4.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;
Param & param_
Reference to the Param object to fill.
Definition: ParamXMLHandler.h:70
String type
Definition: ParamXMLHandler.h:78
Base class for XML handlers.
Definition: XMLHandler.h:148
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:57
std::vector< double > DoubleList
Vector of double precision real types.
Definition: ListUtils.h:65
String name
Definition: ParamXMLHandler.h:77
StringList stringlist
Definition: ParamXMLHandler.h:79
std::vector< Int > IntList
Vector of signed integers.
Definition: ListUtils.h:58
StringList tags
Definition: ParamXMLHandler.h:82
String path_
The current absolute path (concatenation of nodes_ with : in between)
Definition: ParamXMLHandler.h:68
String description
Definition: ParamXMLHandler.h:83
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
DoubleList doublelist
Definition: ParamXMLHandler.h:81
IntList intlist
Definition: ParamXMLHandler.h:80
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:73
Management and storage of parameters / INI files.
Definition: Param.h:74
XML Handler for Param files.
Definition: ParamXMLHandler.h:51
String restrictions
Definition: ParamXMLHandler.h:84
Int restrictions_index
Definition: ParamXMLHandler.h:85