Gambas/libraries/gb.xml: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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
