|
int | _CreateXml (mmachine m) |
| _CreateXml : This function create an empty ObjSXML object
|
|
int | _OpenXml (mmachine m) |
| _OpenXml : This function create an ObjSXML object from a file
|
|
int | _OpenXmlS (mmachine m) |
| _OpenXmlS : This function create an ObjSXML object from a string
|
|
int | _SaveXml (mmachine m) |
| _SaveXml : This function save an ObjSXML object to a file
|
|
int | _DestroyXml (mmachine m) |
| _DestroyXml : This function destroy an ObjSXML object
|
|
int | _GetXmlRootNodes (mmachine m) |
| _GetXmlRootNodes : This function retrieve the root nodes of an ObjSXML object
|
|
int | _GetXmlNodeChilds (mmachine m) |
| _GetXmlNodeChilds : This function retrieve the child nodes of an ObjSXMLNode object
|
|
int | _GetXmlNodeValue (mmachine m) |
| _GetXmlNodeValue : This function retrieve the value of an ObjSXMLNode object
|
|
int | _SetXmlNodeValue (mmachine m) |
| _SetXmlNodeValue : This function set the value of an ObjSXMLNode object
|
|
int | _GetXmlNodeContent (mmachine m) |
| _GetXmlNodeContent : This function retrieve the content of an ObjSXMLNode object
|
|
int | _SetXmlNodeContent (mmachine m) |
| _SetXmlNodeContent : This function set the content of an ObjSXMLNode object
|
|
int | _GetXmlNodeAttributes (mmachine m) |
| _GetXmlNodeAttributes : This function retrieve the attrtibutes of an ObjSXMLNode object
|
|
int | _SetXmlNodeAttributes (mmachine m) |
| _SetXmlNodeAttributes : This function set the attrtibutes of an ObjSXMLNode object
|
|
int | _RemoveXmlNode (mmachine m) |
| _RemoveXmlNode : This function remove an ObjSXMLNode
|
|
int | _AddXmlRootNode (mmachine m) |
| _AddXmlRootNode : This function adds a root ObjSXMLNode
|
|
int | _AddXmlNode (mmachine m) |
| _AddXmlNode : This function add an ObjSXMLNode
|
|
int | _GetXmlContent (mmachine m) |
| _GetXmlContent : This function return an ObjSXML object content
|
|