| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
GLM.XML.XMLDocument.getDocument
Method for returning the browser specific form of the XML document object.
Returns:
The browser specific XML document object.
Example:
var xml = new GLM.XML.XMLDocument();
xml.load("xml/test.xml");
alert(xml.getDocument().async); //display the async property of the XML document object
| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |