XmlLocator.xml - multiple declarations

Function XmlLocator.xml

Set xml

XmlLocator xml (
  std.xml.Element xml
) nothrow @property @safe;

Parameters

NameDescription
xml xml document used as source of data

Returns

typeof(this)

Function XmlLocator.xml

Get xml

std.xml.Element xml () nothrow @property @safe;

Returns

Element