System::Xml::XmlReader::get_IsEmptyElement método
XmlReader::get_IsEmptyElement method
Cuando se sobrescribe en una clase derivada, obtiene un valor que indica si el nodo actual es un elemento vacío (por ejemplo,
virtual bool System::Xml::XmlReader::get_IsEmptyElement()=0
ReturnValue
true if the current node is an element (XmlReader::get_NodeType equals XmlNodeType::Element) that ends with />; otherwise, false.
Ver también
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++