ESRI.ArcGIS.ADF
CreateXmlDeclaration Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : CreateXmlDeclaration Method




version
version as defined by the Xml Specification
encoding
default encoding to use for the document as defined by the Xml Spec
standalone
To be stand-alone, or Not
Used to create an Xml declaration

Syntax

Visual Basic (Declaration) 
Public Function CreateXmlDeclaration( _
   ByVal version As String, _
   ByVal encoding As String, _
   ByVal standalone As String _
) As XmlNode
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim version As String
Dim encoding As String
Dim standalone As String
Dim value As XmlNode
 
value = instance.CreateXmlDeclaration(version, encoding, standalone)
C# 
public XmlNode CreateXmlDeclaration( 
   string version,
   string encoding,
   string standalone
)

Parameters

version
version as defined by the Xml Specification
encoding
default encoding to use for the document as defined by the Xml Spec
standalone
To be stand-alone, or Not

Return Value

XmlNode

See Also

© 2010 All Rights Reserved.