IXmlElementSearch
Declaration
IXmlElementSearch : IDispatch
Overview
This interface is meant to edit an XML element search.
Properties
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.
Methods
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.