Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » Xml

Xml

Select a filter from the list below.

Icon Name Description / Applications Modules
AccessXmlNode

Gets information from the XmlNode object.

FoundationLite
ReadFromXmlNode

Reads an element from an XML node.

FoundationLite
StringToXmlNode

Parses text as an XML tree.

FoundationLite
WriteToXmlNode

Saves an object to an XML node.

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

Selects attribute from the XML tree using XPath request.

FoundationLite
Xml_SelectSingleAttribute_AsInteger

Selects attribute from the XML tree using XPath request.

FoundationLite
Xml_SelectSingleAttribute_AsReal

Selects attribute from the XML tree using XPath request.

FoundationLite
Xml_SelectSingleAttribute_AsString

Selects 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

Sets values of attributes which were selected using XPath request.

FoundationLite
Xml_SetNodeValues

Sets values of nodes which were selected using XPath request.

FoundationLite
XmlNodeToString

Converts an XML tree to the string.

FoundationLite