IXmlElementSearchLocator Copy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IXmlElementSearchLocator : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to edit the XML element search locator.

PropertiesCopy link to this sectionLink to this section copied!

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”