XmlLocator.get

Get a xml element that is accessable from root element.

class XmlLocator
Element
get
(
string path
)

Parameters

path string

the element id.

Return Value

Type: Element

Element child element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta