parseDocumentFile

parseDocumentFile(doc:      JadeXMLDocument input;
                  fileName: String) updating;

The parseDocumentFile method of the JadeXMLDocumentParser class parses the XML document file specified in the fileName parameter and creates a tree of nodes in the document object specified in the doc parameter.

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