XML4PR:DOM API

From MidrangeWiki
Jump to: navigation, search

General

The DOM API's supplied by XML4PR are all based on a common theme. A set | collection of methods that belong to a DOM object are provided with a given naming convention. This is usually QxmlOBJECTNAME_METHODNAME knowing this can allow the use of the XML4C docs for clarification of usage.

Session Based Methods

XML4PR keeps track of DOM objects and resources as Handles that are return to the caller as Pointers. For XML4PR to do this a session must be active. Methods for starting and stopping a session are as follows: