C# Class dotgnu.xml.XmlDoc

Inheritance: XmlNode
Show file Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Methods

Method Description
AddChild ( XmlNode child ) : XmlNode
DumpXml ( int format = 1 ) : String
SaveToFile ( String filename ) : void
SaveToFile ( String filename, int format ) : void
XmlDoc ( ) : System
XmlDoc ( String xmlVersion ) : System

Private Methods

Method Description
XmlDoc ( IntPtr dataPtr ) : System

Method Details

AddChild() public method

public AddChild ( XmlNode child ) : XmlNode
child XmlNode
return XmlNode

DumpXml() public method

public DumpXml ( int format = 1 ) : String
format int
return String

SaveToFile() public method

public SaveToFile ( String filename ) : void
filename String
return void

SaveToFile() public method

public SaveToFile ( String filename, int format ) : void
filename String
format int
return void

XmlDoc() public method

public XmlDoc ( ) : System
return System

XmlDoc() public method

public XmlDoc ( String xmlVersion ) : System
xmlVersion String
return System