System::Xml::XPath::XPathItem::get_IsNode method

XPathItem::get_IsNode method

When overridden in a derived class, gets a value indicating whether the item represents an XPath node or an atomic value.

virtual bool System::Xml::XPath::XPathItem::get_IsNode()=0

ReturnValue

true if the item represents an XPath node; false if the item represents an atomic value.

See Also