Class XmlLocator

Xml document data source/locator used by converting containers.

class XmlLocator
  : Locator!(std.xml.Element,string) ;

Properties

NameTypeDescription
xml[set]XmlLocatorSet xml
xml[get]std.xml.ElementGet xml

Methods

NameDescription
getGet a xml element that is accessable from root element.
hasCheck if a xml element is present in xml by key.
getGet a Type that is associated with key.
hasCheck if an element is present in Locator by key id.