System::Xml::IHasXmlNode class

IHasXmlNode class

Enables a class to return an XmlNode from the current context or position.

class IHasXmlNode : public virtual System::Object

Methods

MethodDescription
virtual GetNode()Returns the XmlNode for the current position.

See Also