parsed Property (Compact 2013)
3/26/2014
Indicates the parsed status of the node and child nodes.
Syntax
boolValue = oXMLDOMNode.parsed;
HRESULT get_parsed(
VARIANT_BOOL* isParsed
);
Parameters
Script
None.
C/C++
- isParsed
[out, retval] True if this node and all descendants have been parsed; False if any descendants remain to be parsed.
Return Value
Script
Boolean. True if this node and all descendants have been parsed; False if any descendants remain to be parsed.
C/C++
- 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 Extensible Stylesheet Language Transformations (XSLT) or pattern-matching operations, it is useful to know whether the entire tree below this node is available for processing.
This member is an extension of the World Wide Web Consortium (W3C) Document Object Model (DOM).
This property is read-only, and applies to the following objects and interfaces:
IXMLDOMAttribute, IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, DOMDocument, IXMLDOMDocumentFragment, IXMLDOMDocumentType, IXMLDOMElement, IXMLDOMEntity, IXMLDOMEntityReference, IXMLDOMNode, IXMLDOMNotation, IXMLDOMProcessingInstruction, IXMLDOMText, and IXTLRuntime
Requirements
Header |
msxml2.h, |