ReadNode()

XmlDocument::ReadNode(SharedPtr<XmlReader>) 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)

Arguments

ParameterTypeDescription
readerSharedPtr<XmlReader>The XML source.

Return Value

The new XmlNode or nullptr if no more nodes exist.

See Also