Simple C Expat Wrapper (SCEW)  1.1.7
Modules | Files | Typedefs
Trees

Tree related functions. More...

Modules

 Allocation
 Allocate and free XML trees.
 
 Comparison
 Tree comparison routines.
 
 Properties
 Handle XML trees properties.
 
 Contents
 Accessors for XML root elements and preambles.
 

Files

file  tree.h
 SCEW tree handling routines.
 

Typedefs

typedef struct scew_tree scew_tree
 This is the type delcaration for XML trees.
 

Detailed Description

Tree related functions.

SCEW provides functions to create new XML trees. Trees are SCEW internal XML document representation. A tree contains basic information, such as XML version and enconding, and contains a root element which is the first XML node.