DoxygenXmlParser.(constructor)
Constructs a new instance of the DoxygenXmlParser class.
Signature
constructor(options: CliOptions);
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
The global configuration options |
Remarks
This constructor initialises the XML parser with settings that preserve the order and structure of the original XML content, remove namespace prefixes, and ensure that both tag and attribute values are parsed. The values are not trimmed, maintaining fidelity to the source XML. The provided options are stored for use throughout the parsing process.