Mono Class Library: System.Xml.XmlWriter Overview | MembersSystem.Xml.XmlWriter.WriteQualifiedName Method |
Writes the qualified name. [Edit]
|
Type Reason ArgumentException localName is null, is string.Empty, or is not a valid XML name. [Edit] InvalidOperationException The XmlWriter.WriteState is WriteState.Closed. [Edit] System.Xml.XmlException localName is not a valid XML name. [Edit]
Operation
This method writes the qualified name. If ns maps to the current default namespace, no prefix is generated. When writing attribute values, this method generates a prefix if ns is not found. When writing element content, it throws an exception if ns is not found.Note to Inheritors
This method must be overridden in order to provide the functionality described above, as there is no default implementation. [Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0