Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 956 Bytes

ixmlnode.md

File metadata and controls

23 lines (16 loc) · 956 Bytes
-api-id -api-type
T:Windows.Data.Xml.Dom.IXmlNode
winrt interface

Windows.Data.Xml.Dom.IXmlNode

-description

Contains information for the entire Document Object Model. This interface represents a single node in the document tree. While all objects that implement this interface expose methods for dealing with children, not all objects that implement this interface may have children.

-remarks

Interface inheritance

IXmlNode inherits IXmlNodeSelector and IXmlNodeSerializer. Types that implement IXmlNode also implement the interface members of IXmlNodeSelector and IXmlNodeSerializer.

-examples

-see-also

IXmlNodeSelector, IXmlNodeSerializer