Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Xml

Xml

Select Filter Equivalent below.

Icon Name Description / Applications
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_RemoveNodes

Removes nodes selected by an XPath request.

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

Selects attribute from the XML tree using XPath request.

Xml_SelectSingleAttribute_AsInteger

Selects attribute from the XML tree using XPath request.

Xml_SelectSingleAttribute_AsReal

Selects attribute from the XML tree using XPath request.

Xml_SelectSingleAttribute_AsString

Selects 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

Sets values of attributes which were selected using XPath request.

Xml_SetNodeValues

Sets values of nodes which were selected using XPath request.

XmlNodeToString

Converts an XML tree to the string.