C# Class dotgnu.xml.XmlNode

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

Protected Properties

Свойство Type Description
_children XmlNodeList
_elemType XmlElementType
_name String
_rawXml String
dataPtr System.IntPtr

Méthodes publiques

Méthode Description
DumpXml ( int format = 1 ) : String
DumpXml ( int level, int format ) : String
GetDocument ( ) : XmlDoc
GetFirstChild ( ) : XmlNode
GetLastChild ( ) : XmlNode
GetNextSibling ( ) : XmlNode
GetPreviousSibling ( ) : XmlNode
Normalize ( ) : void
RemoveCachedEntries ( ) : void
ShortString ( ) : String

Private Methods

Méthode Description
DeSerialize ( ) : IntPtr
XmlNode ( ) : System
XmlNode ( IntPtr ptr ) : System

Method Details

DumpXml() public méthode

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

DumpXml() public méthode

public DumpXml ( int level, int format ) : String
level int
format int
Résultat String

GetDocument() public méthode

public GetDocument ( ) : XmlDoc
Résultat XmlDoc

GetFirstChild() public méthode

public GetFirstChild ( ) : XmlNode
Résultat XmlNode

GetLastChild() public méthode

public GetLastChild ( ) : XmlNode
Résultat XmlNode

GetNextSibling() public méthode

public GetNextSibling ( ) : XmlNode
Résultat XmlNode

GetPreviousSibling() public méthode

public GetPreviousSibling ( ) : XmlNode
Résultat XmlNode

Normalize() public méthode

public Normalize ( ) : void
Résultat void

RemoveCachedEntries() public méthode

public RemoveCachedEntries ( ) : void
Résultat void

ShortString() public méthode

public ShortString ( ) : String
Résultat String

Property Details

_children protected_oe property

protected XmlNodeList,dotgnu.xml _children
Résultat XmlNodeList

_elemType protected_oe property

protected XmlElementType _elemType
Résultat XmlElementType

_name protected_oe property

protected String _name
Résultat String

_rawXml protected_oe property

protected String _rawXml
Résultat String

dataPtr protected_oe property

protected IntPtr,System dataPtr
Résultat System.IntPtr