System::Xml::XmlReader::get_Name method
Contents
[
Hide
]XmlReader::get_Name method
When overridden in a derived class, gets the qualified name of the current node.
virtual String System::Xml::XmlReader::get_Name()
ReturnValue
The qualified name of the current node. For example, Name is bk:book for the element bk:book.
Remarks
The name returned is dependent on the XmlReader::get_NodeType value of the node. The following node types return the listed values. All other node types return an empty string. | |
---|---|
Node type | Name |
Attribute | The name of the attribute. |
DocumentType | The document type name. |
Element | The tag name. |
EntityReference | The name of the entity referenced. |
ProcessingInstruction | The target of the processing instruction. |
XmlDeclaration | The literal string xml. |
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++