Back to FabImage Library website
You are here: Start » Function Reference » Xml
Xml
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
AccessXmlNode | Gets information from the XmlNode object. | Lite |
![]() |
StringToXmlNode | Parses text as an XML tree. | Lite |
![]() |
Xml_AddChildNodes | Appends new children nodes to the XML node. | Lite |
![]() |
Xml_AddChildNodes_OfArray | Appends new children nodes to the XML node. | Lite |
![]() |
Xml_AppendAttributes | Appends new attributes to the node. | Lite |
![]() |
Xml_CreateNode | Creates a new XmlNode. | Lite |
![]() |
Xml_GetBoolAttribute | Gets a node attribute value as Bool. | Lite |
![]() |
Xml_GetChildNode | Gets a node child. | Lite |
![]() |
Xml_GetChildNode_OrNil | Gets a node child. | Lite |
![]() |
Xml_GetIntegerAttribute | Gets a node attribute value as Integer. | Lite |
![]() |
Xml_GetNodeText | Gets the text from the selected node. | Lite |
![]() |
Xml_GetRealAttribute | Gets a node attribute value as Real. | Lite |
![]() |
Xml_GetStringAttribute | Gets a node attribute value as String. | Lite |
![]() |
Xml_LoadFile | Loads an XML tree from the file. | Lite |
![]() |
Xml_SaveFile | Saves an XML DOM tree to the file. | Lite |
![]() |
Xml_SelectMultipleAttributes_AsBools | Selects attributes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectMultipleAttributes_AsIntegers | Selects attributes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectMultipleAttributes_AsReals | Selects attributes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectMultipleAttributes_AsStrings | Selects attributes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectMultipleNodes | Selects nodes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectMultipleNodeValues_AsBools | Selects nodes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectMultipleNodeValues_AsIntegers | Selects nodes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectMultipleNodeValues_AsReals | Selects nodes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectMultipleNodeValues_AsStrings | Selects nodes from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectSingleAttribute_AsBool | Select attribute from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectSingleAttribute_AsInteger | Select attribute from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectSingleAttribute_AsReal | Select attribute from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectSingleAttribute_AsString | Select attribute from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectSingleNode | Selects a node from the XML tree using an XPath request. | Lite |
![]() |
Xml_SelectSingleNodeValue_AsBool | Selects node from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectSingleNodeValue_AsInteger | Selects node from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectSingleNodeValue_AsReal | Selects node from the XML tree using XPath request. | Lite |
![]() |
Xml_SelectSingleNodeValue_AsString | Selects node from the XML tree using XPath request. | Lite |
![]() |
Xml_SetAttributes | Set values of attributes which were selected using XPath request. | Lite |
![]() |
Xml_SetNodeValues | Set values of nodes which were selected using XPath request. | Lite |
![]() |
XmlNodeToString | Converts an XML tree to the string. | Lite |