Node.NamespaceURI

Node.NamespaceURI property

The Element.packageURI read-only property returns the package URI of the element, or null if the element is not in a package.

public String NamespaceURI { get; }

Property Value

A String representing the package URI of the element’s qualified name.

Remarks

Reference:

DOM Standard - defines a platform-neutral model for events, aborting activities, and node trees.DOM Standard (DOM) # dom-node-lastchild.GitHub - repository hosts the DOM Standard.

See Also