Compartir a través de


IXMLDOMDocument2 (Windows CE 5.0)

Send Feedback

An extension of DOMDocument that supports schema caching and validation features, and switching on XML Path Language (XPath) support.

Methods

The following table shows the methods for IXMLDOMDocument2.

Method Description
getProperty Identifies default values or values set by setProperty.
selectNodes Changes select nodes to return an IXMLDOMSelection object.
setProperty Mechanism for setting properties.
validate Performs run-time validation on the currently loaded XML document.

Properties

The following table shows the properties for IXMLDOMDocument2.

Property Description
namespaces Returns the list of namespaces in the document.
schemas Uses the XMLSchemaCache/IXMLDOMSchemaCollection to find schema documents.

Events

None.

Remarks

The following CLSID supports IID_XMLDOMDocument2 in CoCreateInstance. The following progID returns an object that can be cast into an IXMLDOMDocument2 interface. IXMLDOMDocument2 methods and properties are transparently available in late-bound scripting languages that go through IDispatch.

The same is true for DOMDocument objects exposed through the responseXML (IXMLHTTPRequest) property.

CLSID ProgID
CLSID_DOMDocument Msxml2.DOMDocument

This interface inherits all of the methods, properties, and events of DOMDocument.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

See Also

DOMDocument

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.