Class DXMLTree

Inherits from:
DTree
Conforms to:
DXMLHandler
Declared in:
DXML.h

Class Hierarchy

    Object
      |
      +---DTree
	    |
	    +---DXMLTree

Class Description

The XML Tree class implements methods for reading, storing, changing, removing and writing xml information. Due to the fact that every xml piece of information is stored in a xml node, large xml files can take a lot of memory. Unparsed information is not stored in the tree. Use a character that can't be part of an URI e.g. '|' for the namespace separator.

Last modified:
23-Jul-2006 (DXML.h)

Instance Variables

private DTreeIterator *_iter
the iterator in the xml tree
private BOOL _inCData
CDATA section entered ?
private char _separator
the namespace separator (or EOS for no namespaces)

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0