System.Dom Module

The System.Dom module contains basic implementation of the Document Object Model Core specification.

It does not follow strictly W3C DOM naming conventions and many API's take and return UniquePtr s instead of raw pointers or interfaces.

Example

This example program creates an in-memory XML document, writes it to a UTF-8 encoded text file, reads it back from the text file and writes it to console.

Namespaces

System
Dom

Files

System.Dom/CharacterData.cm
System.Dom/Document.cm
System.Dom/DocumentFragment.cm
System.Dom/DomApi.cm
System.Dom/Element.cm
System.Dom/Exception.cm
System.Dom/Node.cm
System.Dom/Parser.cm