get_IsNode()

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

Return Value

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

See Also