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
(Created page with "==Components== * /XmlDocument: one way of reading/writing an XML file * /XmlElement: an XML tag - includes attributes, contents, and enclosed tags")
 
(a virtual class)
 
(One intermediate revision by the same user not shown)
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==
 +
* [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