Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
gb.data
gb.form
gb.ncurses
gb.openssl
gb.pcre
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Übersicht der Sprachelemente
Wiki-Syntax
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
XmlReader (gb.xml)
This class represents a XML stream reader implementing the SAX API.
For further information about it, see
/wiki/cat/xmlapis
.
Diese Klasse beerbt
_XmlReader
.
Diese Klasse ist
erstellbar
.
Eigenschaften
Eof
Returns
TRUE
if last
Read
reached the end of xml file
InputStream
State
Inherited properties
Depth
Returns the depth of the currently read node, relative to the XML tree.
KeepData
property KeepData As
Boolean
Node
property Read Node As
comp/
gb.xml
.XmlReader.Node
Pos
ReadFlags
StoredNodes
Methoden
Close
Closes the file opened by an
Open
method
FromString
Open
Read