XML4PR:DOM API

From MidrangeWiki
Revision as of 16:21, 27 March 2010 by Neill (talk | contribs) (Created page with '== 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 convent…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: