get_IsNode()

XmlAtomicValue::get_IsNode() method

Returns a value indicating whether the validated XML element or attribute is an XPath node or an atomic value.

bool System::Xml::Schema::XmlAtomicValue::get_IsNode() override

Return Value

true if the validated XML element or attribute is an XPath node; false if the validated XML element or attribute is an atomic value.

See Also