GoDiagram Web Reference
GetNamespaceUri Method

must not be null
Look up the namespace URI for a prefix string.
Syntax
'Declaration
 
Public Overridable Function GetNamespaceUri( _
   ByVal prefix As String _
) As String
public virtual string GetNamespaceUri( 
   string prefix
)

Parameters

prefix
must not be null

Return Value

the URI String, if known; null if prefix is null
Remarks
This is used by WriteStartElement(String) and WriteAttrVal.
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

GoXmlWriter Class
GoXmlWriter Members
SetNamespaceUri Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback