activities
latest
false
- 概述
- 加密
- 数据库
- Java
- Python
- 网页 API
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

开发者活动
上次更新日期 2026年4月21日
获取 XML 节点
UiPath.WebAPI.Activities.GetNodes
描述
从指定的 XML 文档中获取一级节点列表。
项目兼容性
Windows - 旧版 | Windows | 跨平台
跨平台配置
- XMLString - A string or string variable containing the XML. This field supports only strings and string variables.
高级选项
输出
- XMLNodes - An
IEnumerable<XNode>variable containing the retrieved XML nodes. For more information onXNodeobjects, go here.
Windows - 旧版 Windows 配置
属性面板
输入
- ExistingXML - An
XDocumentvariable containing the XML. Completing this field makes the XMLString field unusable. This field supports only XDocument variables. For more information onXDocumentobjects, go here . - “XML 字符串”- 此为包含 XML 的字符串或字符串变量。填写该字段后,“现有 XML”字段将无法使用。该字段仅支持字符串和字符串变量。
输出
- XMLNodes - An
IEnumerable<XNode>variable containing the retrieved XML nodes. For more information onXNodeobjects, go here.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
常见
- “显示名称”- 活动的显示名称。