Back to Aurora Vision Studio website
You are here: Start » Filter Reference » System » Xml » ReadFromXmlNode
| Module: | FoundationLite |
|---|
Reads an element from an XML node.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inNode | XmlNode | Node to be read |
![]() |
inXPath | String | Location of the node to be read |
![]() |
inFormat | OutputFormat | Input stream format |
![]() |
outType | String | Object type name when selected TypeNameValue mode |
![]() |
outName | String | Object name when selected NameValue |
![]() |
outData | T | Read data |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
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.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- WriteToXmlNode – Saves an object to an XML node.

Basic
