Function XmlLocator.get

Get a xml element that is accessable from root element.

std.xml.Element get (
  string path
);

Parameters

NameDescription
path the element id.

Throws

NotFoundException in case if the element wasn't found.

Returns

Element child element if it is available.