Start » Filter Reference » System » Xml » Xml_RemoveNodes
Module: | FoundationLite |
---|
Removes nodes selected by an XPath request.
Name | Type | Description | |
---|---|---|---|
inNode | XmlNode | Source node. | |
inXPath | String | XPath criteria. | |
outNode | XmlNode | New node after removing. |
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 | Invalid inNode in Xml_RemoveNodes. |
DomainError | Unable to remove nodes in Xml_RemoveNodes. |
Complexity Level
This filter is available on Basic Complexity Level.