Class QualifiedName
Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.2.0)
Represents an HTML qualified name.
[ComVisible(true)]
public class QualifiedName : IEquatable<qualifiedname>
Inheritance
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
LocalName
Gets a string representation of the local part of the QualifiedName.
public string LocalName { get; }
Property Value
Name
Gets a string representation qualified name.
public string Name { get; }
Property Value
NamespaceURI
Gets a string representation of the namespace of the QualifiedName.
public string NamespaceURI { get; }
Property Value
Prefix
Gets a string representation of the prefix of the QualifiedName.
public string Prefix { get; }
Property Value
Methods
Equals(QualifiedName)
Determines whether the specified QualifiedName is equal to the current object.
public bool Equals(QualifiedName other)
Parameters
other
QualifiedName
The QualifiedName to compare with the current object.
Returns
true if the specified object is equal to the current object; otherwise, false.
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
object
The object to compare with the current object.
Returns
true if the specified object is equal to the current object; otherwise, false.
GetHashCode()
Provides a hash value for the current object.
public override int GetHashCode()
Returns
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
A string that represents the current object. </qualifiedname>