XmlQualifiedNameCollection ClassXmlQualifiedNameCollection ClassXmlQualifiedNameCollection Class

Represents a set of XML qualified names.

Inheritance Hierarchy

The XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection type exposes the following members.

Properties

 PropertyDescription
Public propertyCountCountCount Gets the number of qualified names in the XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
Public propertyIsReadOnlyIsReadOnlyIsReadOnly Gets a value indicating whether the XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection is read-only.

Top

Methods

 MethodDescription
Public methodAdd (string, string)Add (String, String)Add (String^, String^) Adds the specified qualified name to the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
Public methodAdd (XmlQualifiedName)Add (XmlQualifiedName)Add (XmlQualifiedName^) Adds the specified qualified name to the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
Public methodAdd (QName)Add (QName)Add (QName) Adds the specified qualified name to the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
Public methodClearClearClear Removes all qualified names from the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
Public methodContains (string, string)Contains (String, String)Contains (String^, String^) Returns a value indicating whether the current collection contains the specified qualified name.
Public methodContains (XmlQualifiedName)Contains (XmlQualifiedName)Contains (XmlQualifiedName^) Returns a value indicating whether the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection contains the specified qualified name.
Public methodCopyToCopyToCopyTo Copies the elements of the XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection to the specified array starting at the specified index.
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetEnumeratorGetEnumeratorGetEnumerator Returns an enumerator that iterates through the qualified names in the XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodRemove (string, string)Remove (String, String)Remove (String^, String^) Removes the specified qualified name from the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
Public methodRemove (XmlQualifiedName)Remove (XmlQualifiedName)Remove (XmlQualifiedName^) Removes the specified qualified name from the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top

Explicit Interface Implementations

 NameDescription
Explicit interface implementationPrivate methodIEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator Returns an enumerator that iterates through a XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.

Top

Remarks

The XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection is used in the XdmWriterSettingsXdmWriterSettingsXdmWriterSettings to specify the set of elements whose child text nodes should be serialized as CDATA sections. This occurs during the character expansion phase of serialization.

It is also used in the XdmWriterSettingsXdmWriterSettingsXdmWriterSettings to specify the set of elements within which indentation should be suppressed.