System::Xml::XPath::XPathNavigator::get_IsEmptyElement method

XPathNavigator::get_IsEmptyElement method

When overridden in a derived class, gets a value that indicates whether the current node is an empty element without an end element tag.

virtual bool System::Xml::XPath::XPathNavigator::get_IsEmptyElement()=0

ReturnValue

true if the current node is an empty element; otherwise, false.

See Also