XmlLocator.has

Check if a xml element is present in xml by key.

class XmlLocator
inout
bool
has
(
in string path
)

Parameters

path string

identity of element.

Return Value

Type: bool

bool true if an element by key is present in Locator.

Meta