System::Xml::XmlNode::get_Name 方法
XmlNode::get_Name method
在派生类中重写时,返回节点的限定名称。
virtual String System::Xml::XmlNode::get_Name()=0
ReturnValue
节点的限定名称。
备注
| 返回的名称取决于节点的 XmlNode::get_NodeType: | |
|---|---|
| 类型 | 名称 |
| Attribute | 属性的限定名称。 |
| CDATA | #cdata-section |
| Comment | #comment |
| Document | #document |
| DocumentFragment | #document-fragment |
| DocumentType | 文档类型名称。 |
| Element | 元素的限定名称。 |
| Entity | 实体的名称。 |
| EntityReference | 引用的实体名称。 |
| Notation | 符号名称。 |
| ProcessingInstruction | 处理指令的目标。 |
| Text | #text |
| Whitespace | #whitespace |
| SignificantWhitespace | #significant-whitespace |
| XmlDeclaration | #xml-declaration |
另见
- Class String
- Class XmlNode
- Namespace System::Xml
- Library Aspose.Font for C++