DOMNodeReader.LocalName
Usage:
Description:
Contains a local name for current XML node. Name depends on the current node type:
- Attribute - attribute local name;
- DocumentTypeDefinition - document type name;
- StartElement - element local name;
- EndElement - element local name;
- EntityReference - name of entity reference;
- ProcessingInstruction - address of data processor instruction;
- XMLDeclaration - string xml.
Availability:
Note: