Back to FabImage Library Lite website

You are here: Start » Xml

Xml

Select Filter Equivalent below.

Icon Name Description
AccessXmlNode Gets information from the XmlNode object.
StringToXmlNode Parses text as an XML tree.
Xml_AddChildNodes Appends new children nodes to the XML node.
Xml_AddChildNodes_OfArray Appends new children nodes to the XML node.
Xml_AppendAttributes Appends new attributes to the node.
Xml_CreateNode Creates a new XmlNode.
Xml_GetBoolAttribute Gets a node attribute value as Bool.
Xml_GetChildNode Gets a node child.
Xml_GetChildNode_OrNil Gets a node child.
Xml_GetIntegerAttribute Gets a node attribute value as Integer.
Xml_GetNodeText Gets the text from the selected node.
Xml_GetRealAttribute Gets a node attribute value as Real.
Xml_GetStringAttribute Gets a node attribute value as String.
Xml_LoadFile Loads an XML tree from the file.
Xml_SaveFile Saves an XML DOM tree to the file.
Xml_SelectMultipleAttributes_AsBools Selects attributes from the XML tree using XPath request.
Xml_SelectMultipleAttributes_AsIntegers Selects attributes from the XML tree using XPath request.
Xml_SelectMultipleAttributes_AsReals Selects attributes from the XML tree using XPath request.
Xml_SelectMultipleAttributes_AsStrings Selects attributes from the XML tree using XPath request.
Xml_SelectMultipleNodes Selects nodes from the XML tree using XPath request.
Xml_SelectMultipleNodeValues_AsBools Selects nodes from the XML tree using XPath request.
Xml_SelectMultipleNodeValues_AsIntegers Selects nodes from the XML tree using XPath request.
Xml_SelectMultipleNodeValues_AsReals Selects nodes from the XML tree using XPath request.
Xml_SelectMultipleNodeValues_AsStrings Selects nodes from the XML tree using XPath request.
Xml_SelectSingleAttribute_AsBool Select attribute from the XML tree using XPath request.
Xml_SelectSingleAttribute_AsInteger Select attribute from the XML tree using XPath request.
Xml_SelectSingleAttribute_AsReal Select attribute from the XML tree using XPath request.
Xml_SelectSingleAttribute_AsString Select attribute from the XML tree using XPath request.
Xml_SelectSingleNode Selects a node from the XML tree using an XPath request.
Xml_SelectSingleNodeValue_AsBool Selects node from the XML tree using XPath request.
Xml_SelectSingleNodeValue_AsInteger Selects node from the XML tree using XPath request.
Xml_SelectSingleNodeValue_AsReal Selects node from the XML tree using XPath request.
Xml_SelectSingleNodeValue_AsString Selects node from the XML tree using XPath request.
Xml_SetAttributes Set values of attributes which were selected using XPath request.
Xml_SetNodeValues Set values of nodes which were selected using XPath request.
XmlNodeToString Converts an XML tree to the string.