:: Documentation >>

XML

Sets or retrieves the underlying XML document.

Syntax

var value = obj.getXML(); 
obj.setXML(value);        

Examples

var table = new AW.XML.Table;
table.setURL("data.xml");
table.setAsync(false);
table.request();
var xml = table.getXML(); // get ref to XML document object

Remarks

setXML() method accepts either XMLDocument object or XML string.

See also

data property, node property

Comments

getXML method Curt (4)

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5