XmlLocator

Xml document data source/locator used by converting containers.

Constructors

this
this()

Default constructor for XmlLocator

Members

Functions

get
Element get(string path)

Get a xml element that is accessable from root element.

has
bool has(string path)

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

Properties

xml
Element xml [@property setter]

Set xml

xml
Element xml [@property getter]

Get xml

Meta