Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
12
Task/XML-Input/Ada/xml-input-2.ada
Normal file
12
Task/XML-Input/Ada/xml-input-2.ada
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
with Sax.Attributes;
|
||||
with Sax.Readers;
|
||||
with Unicode.CES;
|
||||
package My_Reader is
|
||||
type Reader is new Sax.Readers.Reader with null record;
|
||||
procedure Start_Element
|
||||
(Handler : in out Reader;
|
||||
Namespace_URI : Unicode.CES.Byte_Sequence := "";
|
||||
Local_Name : Unicode.CES.Byte_Sequence := "";
|
||||
Qname : Unicode.CES.Byte_Sequence := "";
|
||||
Atts : Sax.Attributes.Attributes'Class);
|
||||
end My_Reader;
|
||||
Loading…
Add table
Add a link
Reference in a new issue