QualifiedName class

QualifiedName class

XML schema type “QName” as defined in the http://www.w3.org/2001/XMLSchema namespace.

The QualifiedName type exposes the following members:

Constructors

ConstructorDescription
QualifiedName(local_name, ns, namespace_uri)Initializes a new instance of QualifiedName class.

Properties

PropertyDescription
local_nameGets or sets the local name of the qualified name.
namespaceGets or sets the namespace of the qualified name.
namespace_uriGets or sets the namespace URI of the qualified name.

See Also