Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMNode::parentNode P...     IXMLDOMNode::prefix Prope...     IXMLDOMNode Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMNode::parsed Method


Indicates whether this node and all descendants have been parsed and instantiated.

Visual Basic Syntax

boolValue = oXMLDOMNode.parsed

C/C++ 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.

C/C++ Return Values

S_OK
Value returned if successful.
E_INVALIDARG
Value returned if isParsed is null.

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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.