Copyright (C) 2022, AdaCore
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
function Get_Length (Self : XML_Attributes) return Natural
function Get_Name
(Self : XML_Attributes;
Index : Positive) return VSS.Strings.Virtual_String
function Get_URI
(Self : XML_Attributes;
Index : Positive) return VSS.IRIs.IRI
function Get_Value
(Self : XML_Attributes;
Index : Positive) return VSS.Strings.Virtual_String
type XML_Attributes is limited interface;