parseFile

parseFile(fileName: String) updating;

The parseFile method of the JadeXMLDocument class parses the XML document file specified in the fileName parameter and creates a tree of nodes representing the document. (See also the JadeXMLDocumentParser class parseDocumentFile method.)

Any existing child nodes in the document object are removed before the tree is created.