get_IsEmptyElement()
XmlValidatingReader::get_IsEmptyElement() method
Returns a value indicating whether the current node is an empty element (for example,
bool System::Xml::XmlValidatingReader::get_IsEmptyElement() override
Return Value
true if the current node is an element (XmlValidatingReader::get_NodeType value equals XmlNodeType::Element) that ends with />; otherwise, false.
See Also
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Slides