Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Indicates whether this node and all descendants have been parsed and instantiated.
Syntax
boolValue = oXMLDOMNode.parsed()
Returns
Boolean. Returns true if this node and all descendants have been parsed. Returns false if any descendants remain to be parsed.
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.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.