Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteQualifiedName(string,string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteQualifiedName Method



localName
The local name to write.
ns

The namespace URI for the name.

Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteQualifiedName( _
   ByVal localName As String, _
   ByVal ns As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim localName As String
Dim ns As String
 
instance.WriteQualifiedName(localName, ns)
C# 
public override void WriteQualifiedName( 
   string localName,
   string ns
)
C++/CLI 
public:
void WriteQualifiedName( 
   String^ localName,
   String^ ns
) override 

Parameters

localName
The local name to write.
ns

The namespace URI for the name.

Remarks

If ns maps to the current default namespace, no prefix is generated.

This method generates a prefix if ns is not found.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter