C# Class dotgnu.xml.XmlNode

Show file Open project: smartmobili/CocoaBuilder Class Usage Examples

Protected Properties

Property Type Description
_children XmlNodeList
_elemType XmlElementType
_name String
_rawXml String
dataPtr System.IntPtr

Public Methods

Method 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

Method Description
DeSerialize ( ) : IntPtr
XmlNode ( ) : System
XmlNode ( IntPtr ptr ) : System

Method Details

DumpXml() public method

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

DumpXml() public method

public DumpXml ( int level, int format ) : String
level int
format int
return String

GetDocument() public method

public GetDocument ( ) : XmlDoc
return XmlDoc

GetFirstChild() public method

public GetFirstChild ( ) : XmlNode
return XmlNode

GetLastChild() public method

public GetLastChild ( ) : XmlNode
return XmlNode

GetNextSibling() public method

public GetNextSibling ( ) : XmlNode
return XmlNode

GetPreviousSibling() public method

public GetPreviousSibling ( ) : XmlNode
return XmlNode

Normalize() public method

public Normalize ( ) : void
return void

RemoveCachedEntries() public method

public RemoveCachedEntries ( ) : void
return void

ShortString() public method

public ShortString ( ) : String
return String

Property Details

_children protected property

protected XmlNodeList,dotgnu.xml _children
return XmlNodeList

_elemType protected property

protected XmlElementType _elemType
return XmlElementType

_name protected property

protected String _name
return String

_rawXml protected property

protected String _rawXml
return String

dataPtr protected property

protected IntPtr,System dataPtr
return System.IntPtr