XML DOM Objects (Visual Basic .NET)

Windows Media Services supports the following objects in the XML Document Object Model (DOM). For detailed documentation of the methods, see the Microsoft XML SDK 3.0 documentation available at the Microsoft Web site.

Note

   The Windows Media Services SDK does not support the use of DTDs or schemas. Unqualified namespaces are allowed when loading playlists into memory, but namespaces are not preserved when saving playlists to a file.

Object

Description

IXMLDOMAttribute

Represents an attribute of the IXMLDOMElement object.

IXMLDOMDocument

Represents the top level of the XML source.

IXMLDOMElement

Represents the element object.

IXMLDOMImplementation

Provides methods that are independent of any particular instance of the document object model.

IXMLDOMNamedNodeMap

Support iteration through the collection of attribute nodes.

IXMLDOMNode

Provides methods that represent the core functionality of any node.

IXMLDOMNodeList

Supports iteration through the live collection, in addition to indexed access.

See Also

Concepts

Programming Reference (Visual Basic .NET)