mzID (version 1.10.2)

mzIDparameters: A constructor for the mzIDparameters class

Description

This function handles parsing of data and construction of an mzIDparameters object. This function is not intended to be called explicitly but as part of an mzID construction. Thus, the function is not exported. It relies on a number of getter functions to retrive the different information from around the document.

Usage

mzIDparameters(doc, ns, addFinalizer = FALSE, path)

Arguments

doc
an XMLInternalDocument created using xmlInternalTreeParse
ns
The appropriate namespace for the doc, as a named character vector with the namespace named x
addFinalizer
Logical Sets whether reference counting should be turned on
path
If doc is missing the file specified here will be parsed

Value

  • An mzIDparameters object

See Also

mzIDparameters-class