System.Dom Module

Namespaces | Files

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

It does not follow strictly W3C DOM naming conventions.

Example 1

This example program shows how to parse an XML document and write its contents to console.

Example 2

This dom_rw program shows how to create an in-memory XML document, write it to a UTF-8 encoded text file, read it back from the text file and write it to console.

Namespaces

System
Xml

Files

System.Dom/Attribute.cm
System.Dom/Axis.cm
System.Dom/CDataSection.cm
System.Dom/CharacterData.cm
System.Dom/Comment.cm
System.Dom/Document.cm
System.Dom/DocumentFragment.cm
System.Dom/DocumentHandler.cm
System.Dom/DocumentNetIO.cm
System.Dom/Element.cm
System.Dom/EntityReference.cm
System.Dom/Index.cm
System.Dom/Node.cm
System.Dom/NodeOperation.cm
System.Dom/ParentNode.cm
System.Dom/Parser.cm
System.Dom/ProcessingInstruction.cm
System.Dom/Text.cm
System.Dom/Visitor.cm