Skip to main content

AbstractIndexMemberType class

Abstract base class for index member type data models.

Signature

export declare abstract class AbstractIndexMemberType extends AbstractDataModelBase

Extends: AbstractDataModelBase

Remarks

Represents member elements found within Doxygen index XML structures, corresponding to the MemberType complex type in the XML schema. This class handles the parsing of member names, reference identifiers, and member kinds from the XML structure. All concrete member data model classes should extend this abstract base to ensure consistent parsing and data representation.

Constructors

Constructor

Modifiers

Description

(constructor)(xml, element, elementName)

Constructs a new AbstractIndexMemberType instance from XML data.

Properties

Property

Modifiers

Type

Description

kind

string

The kind classification of the member.

name

string

The name of the member element.

refid

string

The reference identifier for the member.


Generated via tsdoc2docusaurus 1.3.0 by API Extractor/Documenter 7.52.8.