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