Copyright ® (1997-2003) EDMGROUP Pty Ltd - XML Database - XSTORAGE Reference

XNode API

 

XNode is similar to the XML nodes and contain information about child nodes and attributes of the document node.

 

The following API provide access to the XDocument nodes and their properties.

 

xdocument_set_current_node

Load content of the node into XStorage cash for processing.

xdocument_node_properties

Returns number of child nodes and attributes for selected node

xdocument_add_attr

Add attribute to current node

xdocument_delete_node

Delete node of the document

xdocument_node_2_str

Retuns ASCII presentation of XML node and it's childs

xdocument_node_2_file

Creates XML string from given node and saves it into the file.

xdocument_node_next

Returns next NODE following the given current

xdocument_node_prev

Returns prev NODE for the given current

xdocument_node_type

Returns type of the node