QualifiedName Class

QualifiedName class

Represents an HTML qualified name.

public class QualifiedName : IEquatable<QualifiedName>

Properties

NameDescription
getLocalName Gets a String representation of the local part of the QualifiedName.
getName Gets a String representation qualified name.
getNamespaceURI Gets a String representation of the package of the QualifiedName.
getPrefix Gets a String representation of the prefix of the QualifiedName.

Methods

NameDescription
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.
getHashCode()Provides a hash value for the current object.
toString()Returns a String that represents the current object.

See Also