Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Indicates whether this node and all descendants have been parsed and instantiated.
Syntax
HRESULT parsed( VARIANT_BOOL * isParsed);
Parameters
- isParsed
- [out] True if this node and all descendants have been parsed, or false if any descendants remain to be parsed.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
During asynchronous access, not all of the document tree may be available. Before performing some operations, such as XSL transformations or pattern-matching operations, it is useful to know whether the entire tree below this node is available for processing.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.