QualifiedName Class
Contents
[
Hide
]QualifiedName class
Represents an HTML qualified name.
public class QualifiedName : IEquatable<QualifiedName>
Properties
Name | Description |
---|---|
LocalName { get; } | Gets a string representation of the local part of the QualifiedName. |
Name { get; } | Gets a string representation qualified name. |
NamespaceURI { get; } | Gets a string representation of the namespace of the QualifiedName. |
Prefix { get; } | Gets a string representation of the prefix of the QualifiedName. |
Methods
Name | Description |
---|---|
override Equals(object) | Determines whether the specified object is equal to the current object. |
Equals(QualifiedName) | Determines whether the specified QualifiedName is equal to the current object. |
override GetHashCode() | Provides a hash value for the current object. |
override ToString() | Returns a string that represents the current object. |
See Also
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG