Home
last modified time | relevance | path

Searched refs:Is_Declared (Results 1 – 12 of 12) sorted by relevance

/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/
H A Dmatreshka-internals-xml-attributes.adb125 Is_Declared => False,
133 function Is_Declared subprogram
137 return Self.Attributes (Index).Is_Declared;
138 end Is_Declared;
190 Self.Attributes (Index).Is_Declared := True;
H A Dmatreshka-internals-xml-element_tables.adb124 function Is_Declared subprogram
128 return Self.Table (Element).Is_Declared;
129 end Is_Declared;
177 Is_Declared => False,
267 Self.Table (Element).Is_Declared := Declared;
H A Dxml-sax-attributes.adb234 function Is_Declared subprogram
242 return Self.Data.Values (Index).Is_Declared;
243 end Is_Declared;
249 function Is_Declared subprogram
259 return Self.Data.Values (J).Is_Declared;
264 end Is_Declared;
270 function Is_Declared subprogram
284 return Self.Data.Values (J).Is_Declared;
289 end Is_Declared;
460 Is_Declared => False,
[all …]
H A Dxml-sax-attributes-internals.adb65 Is_Declared : Boolean;
87 Is_Declared => Is_Declared,
H A Dmatreshka-internals-xml-attributes.ads88 function Is_Declared subprogspec
117 Is_Declared : Boolean; component
130 pragma Inline (Is_Declared);
H A Dmatreshka-internals-xml-element_tables.ads57 function Is_Declared subprogspec
154 Is_Declared : Boolean; component
173 pragma Inline (Is_Declared);
H A Dxml-sax-attributes.ads88 function Is_Declared subprogspec
95 function Is_Declared subprogspec
102 function Is_Declared subprogspec
295 Is_Declared : Boolean; component
H A Dxml-sax-attributes-internals.ads64 Is_Declared : Boolean;
H A Dxml-sax-simple_readers-validator.adb84 or else not Is_Declared (Self.Elements, Self.Current_Element)
H A Dxml-sax-simple_readers-analyzer.adb103 if not Is_Declared (Self.Elements, Current_Element)
H A Dxml-sax-simple_readers-parser-actions.adb234 and then Is_Declared (Self.Elements, Element)
1092 and Is_Declared (Self.Elements, Self.Current_Element)
1146 Is_Declared (Self.Attribute_Set, J),
/dports/devel/matreshka/matreshka-0.7.0/testsuite/xml/
H A Dsax_events_writers.adb646 if Attributes.Is_Declared (Index) then