Saxon API for .NET

QName.Prefix Property

The prefix of the QName. This plays no role in operations such as comparison of QNames for equality, but is retained (as specified in XPath) so that a string representation can be reconstructed.

public string Prefix {get;}

Remarks

Returns the zero-length string in the case of a QName that has no prefix.

See Also

QName Class | Saxon.Api Namespace