IXMLDOMDocument2 Members
[Visual Basic, Script]
The following tables show the properties, methods, and events.
[C/C++]
The following tables show the properties, methods, and events.
This interface inherits from DOMDocument
.
The methods and properties in this table are an extension to the World Wide Web Consortium (W3C) DOM.
Properties
namespaces | Returns the list of namespaces in the document as XMLSchemaCache . |
schemas | Finds schema documents during load . |
Methods
getProperty | Returns the current setting (or default) for second-level properties. |
setProperty | Used for setting second-level properties. |
validate | Performs run-time validation on the currently loaded document using the currently loaded document type definition (DTD), schema, or schema collection. |
Events
None.
To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button in the upper-left corner of the page.
See Also
IXMLDOMDocument2 | DOMDocument