Back to Aurora Vision Studio website
You are here: Start » Filter Reference » System » Xml » Xml_CreateNode
| Module: | FoundationLite |
|---|
Creates a new XmlNode.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inName | String | Node name. |
![]() |
inText | String | Text value of XmlNode. |
![]() |
inAttributeNames | StringArray | Attributes names. |
![]() |
inAttributeValues | StringArray | Attributes values. |
![]() |
outNode | XmlNode |
Remarks
Read more about how to handle XML in Working with XML Trees article.
Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | inAttributeNames and inAttributeValues have different items count in Xml_CreateNode. |
| DomainError | Node name contains invalid ('\"&<>) characters in Xml_CreateNode. Node came cannot contain characters: &<>'". |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- AccessXmlNode – Gets information from the XmlNode object.

Basic
