Indicates whether this node and all descendants have been parsed and instantiated.
boolValue = oXMLDOMNode.parsed
HRESULT parsed( VARIANT_BOOL *isParsed);
During asynchronous access, not all of the document tree may be available. Before performing some operations, such as XSL transformations and pattern-matching operations, it is useful to know whether the entire tree below this node is available for processing.