Difference between revisions of "Gambas/libraries/gb.xml"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(XML APIs link)
(a virtual class)
 
Line 1: Line 1:
==Components==
+
==Classes==
 
* [[/XmlDocument]]: one way of reading/writing an XML file
 
* [[/XmlDocument]]: one way of reading/writing an XML file
 
* [[/XmlElement]]: an XML tag - includes attributes, contents, and enclosed tags
 
* [[/XmlElement]]: an XML tag - includes attributes, contents, and enclosed tags
 +
* [[Gambas/syntax/variables/classes/virtual|"virtual" class]]es:
 +
** [[/.XmlElementAttributes]]
 
==Links==
 
==Links==
* [http://gambaswiki.org/wiki/doc/xml XML APIs]: a guide to the gb.xml components
+
* [http://gambaswiki.org/wiki/doc/xml XML APIs]: a guide to the gb.xml classes

Latest revision as of 13:41, 4 June 2015

Classes

Links