System::Xml::XmlDocument::ReadNode method

XmlDocument::ReadNode method

Creates an XmlNode object based on the information in the XmlReader. The reader must be positioned on a node or attribute.

virtual SharedPtr<XmlNode> System::Xml::XmlDocument::ReadNode(SharedPtr<XmlReader> reader)
ParameterTypeDescription
readerSharedPtr<XmlReader>The XML source.

ReturnValue

The new XmlNode or nullptr if no more nodes exist.

See Also