IXmlElementSearchLocator
Declaration
IXmlElementSearchLocator : IDispatch
Overview
This interface is meant to edit the XML element search locator.
Properties
String Type - Gets or sets the type of the XML
locator.
Supported values: “AttributeName”, “AttributeValue”,
“ElementText”, “ElementHasIndex”, “ElementExists”, “ElementHasChildren”.
String Value - Gets or sets the value of the search operation.
String InformationToStore - Gets or sets what
information will be stored in case of success.
Supported values per
locator Type:
- “AttributeName” - “AttributeName”, “AttributeValue”, “ElementText”
- “AttributeValue” - “AttributeName”, “AttributeValue”, “ElementText”
- “ElementText” - “ElementExists”
- “ElementHasIndex” - “ElementExists”, “ElementText”
- “ElementExists” - “ElementText”
- “ElementHasChildren” - “ElementExists”