Property LocalName
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
LocalName
Gets the local part of the qualified name of this node.
string LocalName { get; }Property Value
- string
- The name of the node with the prefix removed. For example, LocalName is - labelfor the element- < inkscape:label >.The name returned is dependent on the System.Xml.XmlNode.NodeType of the node.
Remarks
For nodes of any type other than Element and Attribute and nodes created with a DOM Level 1 method, such as CreateElement(string) from the IDocument interface, this is always null.