XML
[Containers]


Detailed Description

Interfaces for interacting with xml.

Note:
Design very stolen from TinyXML ( http://www.grinninglizard.com/tinyxml/ ) which is what we use for our reference implementation.


Data Structures

struct  DigitalSpaces::DIXMLNode1
 The basic XML interface, contains all the functionality common to the XML system. More...
struct  DigitalSpaces::DIXMLElement1
 Additional functionality that is supported by an XML Element. More...

Enumerations

enum  DigitalSpaces::XMLNodeType {
  DigitalSpaces::DOCUMENT, DigitalSpaces::ELEMENT, DigitalSpaces::COMMENT, DigitalSpaces::UNKNOWN,
  DigitalSpaces::TEXT, DigitalSpaces::DECLARATION, DigitalSpaces::TYPECOUNT
}
 Enumeration of the XML node types supported. More...

Enumeration Type Documentation

Enumeration of the XML node types supported.

These are taken directly from TinyXML.

Todo:
The functions that use this data can probably be reimplemented to use the DSS dss_cast/QueryInterface system.
Enumerator:
DOCUMENT 
ELEMENT 
COMMENT 
UNKNOWN 
TEXT 
DECLARATION 
TYPECOUNT 


Generated on Sun Aug 31 17:46:27 2008 for Digital Spaces by  doxygen 1.5.6