XML DOM Engine
Tutorials
This section explains the tasks that can be performed using the
XML DOM Engine:
- Parsing XML DOM
This topic explains how to build a DOM tree by parsing an XML file.
- Modifying DOM Tree
This topic explains how to create or modify a DOM tree by adding nodes and changing their contents.
- Serialising XML DOM
This topic explains how to serialise a DOM document and save it to a file.
- Searching a DOM Tree using XPath
This topic explains how to search in a DOM tree using an XPath expression.
- Using XPath Extension Function
This topic explains how to use the XPath Extension Function API to implement XPath functions and register them with the XML DOM Engine.