SiteMap constructor
SiteMap(
- String xml
Creates a new SiteMap object.
xml
: xml link that contains the link of all the web pages of the domain which are relevant to agent and can be used for referencing.
Implementation
SiteMap(this.xml);