FastInfosetReader.Name
Usage:
Description:
Current XML node name. Contains qualified name for the current node. Name depends on the current node type:
- Attribute - attribute name;
- DocumentTypeDefinition - name of document type;
- StartElement - element name;
- EndElement - element name;
- EntityReference - name of entity reference;
- ProcessingInstruction - address of data processor instruction;
- XMLDeclaration - string xml.
For nodes with undefined names this property contains an empty string.
Availability: