AbstractIncType.(constructor)
Constructs an AbstractIncType instance from XML element data.
Signature
constructor(xml: DoxygenXmlParser, element: object, elementName: string);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
xml |
The Doxygen XML parser instance for processing XML content | |
|
element |
object |
The XML element object containing the include data |
|
elementName |
string |
The name of the XML element being processed |
Remarks
This constructor processes include-type elements by extracting the textual content representing the filename and processing attributes that specify inclusion behaviour. The parser validates the presence of required content and attributes whilst maintaining compliance with the XML Schema definition for include elements.
The implementation distinguishes between local and system includes through the local attribute and optionally associates reference identifiers for cross-linking to included file documentation.
Generated via tsdoc2docusaurus 1.3.0 by API Extractor/Documenter 7.52.8.