VSS.XML.Attributes

Entities

Interface Types

Subprograms

Description

Copyright (C) 2022, AdaCore

SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

Get_Length

function Get_Length (Self : XML_Attributes) return Natural
Parameters
Self
Return Value

Get_Name

function Get_Name
  (Self  : XML_Attributes;
   Index : Positive) return VSS.Strings.Virtual_String
Parameters
Self
Index
Return Value

Get_URI

function Get_URI
  (Self  : XML_Attributes;
   Index : Positive) return VSS.IRIs.IRI
Parameters
Self
Index
Return Value

Get_Value

function Get_Value
  (Self  : XML_Attributes;
   Index : Positive) return VSS.Strings.Virtual_String
Parameters
Self
Index
Return Value

XML_Attributes

type XML_Attributes is limited interface;