|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
PREV NAMESPACE NEXT NAMESPACE | FRAMES NO FRAMES |
Contains classes implementing DOM readers and writers.
The DOM reader is an XML stream (derived from
Sax::CXmlStream
), which transforms content
of a subtree of a DOM or XDM document into a sequence of SAX content
events.
The DOM writer is a SAX content handler (derived from
Sax::CContentHandler
), which receives
a sequence of SAX content events and transforms it into
a subtree of a DOM or XDM document.
Note that DOM readers read from DOM/XDM, while DOM writers write to DOM/XDM.
See descriptions of
Sax
and
Dom
namespaces for more information about implementation of
SAX and DOM/XDM.
Class Summary | |
CReader
|
The DOM reader. |
CWriter
|
The DOM writer. |
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
PREV NAMESPACE NEXT NAMESPACE | FRAMES NO FRAMES |