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.
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. |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- AccessXmlNode – Gets information from the XmlNode object.