QualifiedName class

QualifiedName class

Represents an HTML qualified name.

The QualifiedName type exposes the following members:

Properties

PropertyDescription
local_nameGets a string representation of the local part of the QualifiedName.
prefixGets a string representation of the prefix of the QualifiedName.
namespace_uriGets a string representation of the namespace of the QualifiedName.
nameGets a string representation qualified name.

Methods

MethodDescription
equalsDetermines whether the specified QualifiedName is equal to the current object.

See Also