C# Class dotgnu.xml.XmlDoc

Inheritance: XmlNode
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
XmlDoc ( IntPtr dataPtr ) : System

Method Details

AddChild() public méthode

public AddChild ( XmlNode child ) : XmlNode
child XmlNode
Résultat XmlNode

DumpXml() public méthode

public DumpXml ( int format = 1 ) : String
format int
Résultat String

SaveToFile() public méthode

public SaveToFile ( String filename ) : void
filename String
Résultat void

SaveToFile() public méthode

public SaveToFile ( String filename, int format ) : void
filename String
format int
Résultat void

XmlDoc() public méthode

public XmlDoc ( ) : System
Résultat System

XmlDoc() public méthode

public XmlDoc ( String xmlVersion ) : System
xmlVersion String
Résultat System