Xml.h File Reference

#include "SimTKcommon/internal/common.h"
#include "SimTKcommon/internal/Array.h"
#include "SimTKcommon/internal/String.h"
#include <iterator>
#include <iostream>

Go to the source code of this file.

Classes

class  Xml
 This class provides a minimalist capability for reading and writing XML documents, as files or strings. More...
class  Attribute
 Elements can have attributes, which are name="value" pairs that appear within the element start tag in an XML document; this class represents the in-memory representation of one of those attributes and can be used to examine or modify the name or value. More...
class  attribute_iterator
 This is a bidirectional iterator suitable for moving forward or backward within a list of Attributes within an Element, for writable access. More...
class  Node
 Abstract handle for holding any kind of node in an XML tree. More...
class  node_iterator
 This is a bidirectional iterator suitable for moving forward or backward within a list of Nodes, for writable access. More...
class  element_iterator
 This is a bidirectional iterator suitable for moving forward or backward within a list of Element nodes, for writable access. More...
class  Element
 An element has (1) a tagword, (2) a map of (name,value) pairs called attributes, and (3) a list of child nodes. More...
class  Text
 This is the "leaf" content of an element. More...
class  Comment
 A comment contains only uninterpreted text. More...
class  Unknown
 This is something we don't understand but can carry around. More...

Namespaces

namespace  SimTK
 

This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.



Generated on Thu Aug 12 16:37:47 2010 for SimTKcore by  doxygen 1.6.1