IXmlElementSearch

DeclarationCopy link to this sectionLink to this section copied!

IXmlElementSearch : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to edit an XML element search.

PropertiesCopy link to this sectionLink to this section copied!

String ElementName - Gets or sets the name of the element that will be searched.

Array<IXmlElementSearch> Elements - Gets the collection of child elements.

Array<IXmlElementSearchLocator> Locators - Gets the collection of locators.

MethodsCopy link to this sectionLink to this section copied!

NewElement(String aName)returns IXmlElementSearch
Creates a new child element.

DeleteElement(IXmlElementSearch * aElement)
Deletes a child element

NewLocator(String aName)returns IXmlElementSearchLocator
Creates new child element.

DeleteLocator(IXmlElementSearchLocator * aElement)
Deletes locator.