Difference between revisions of "Gambas/libraries/gb.xml"
Jump to navigation
Jump to search
(XML APIs link) |
(a virtual class) |
||
Line 1: | Line 1: | ||
− | == | + | ==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 | + | * [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
- /XmlDocument: one way of reading/writing an XML file
- /XmlElement: an XML tag - includes attributes, contents, and enclosed tags
- "virtual" classes:
Links
- XML APIs: a guide to the gb.xml classes