langchain_core.output_parsers.xml
.nested_element¶
- langchain_core.output_parsers.xml.nested_element(path: List[str], elem: Element) Any [源代码]¶
根据路径获取嵌套元素。
- 参数
path (列表[str]) – 元素的路径。
elem (元素) – 需要提取的元素。
- 返回
嵌套元素。
- 返回类型
Any