FastInfoset.NET Class Reference for .NET
WriteQualifiedName Method (XmlFastInfosetWriter)






The local name to write.

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.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub WriteQualifiedName( _
   ByVal localName As System.String, _
   ByVal ns As System.String _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim localName As System.String
Dim ns As System.String
 
instance.WriteQualifiedName(localName, ns)
public override void WriteQualifiedName( 
   System.string localName,
   System.string ns
)
public procedure WriteQualifiedName( 
    localName: System.String;
    ns: System.String
); override; 
public override function WriteQualifiedName( 
   localName : System.String,
   ns : System.String
);
public: void WriteQualifiedName( 
   System.string* localName,
   System.string* ns
) override 
public:
void WriteQualifiedName( 
   System.String^ localName,
   System.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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in WriteQualifiedName

Send Feedback