CreateAttributes()

XPathNavigator::CreateAttributes() method

Returns an XmlWriter object used to create new attributes on the current element.

virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::CreateAttributes()

Return Value

An XmlWriter object used to create new attributes on the current element.

See Also