C# 클래스 dotgnu.xml.XmlNode

파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_children XmlNodeList
_elemType XmlElementType
_name String
_rawXml String
dataPtr System.IntPtr

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DeSerialize ( ) : IntPtr
XmlNode ( ) : System
XmlNode ( IntPtr ptr ) : System

메소드 상세

DumpXml() 공개 메소드

public DumpXml ( int format = 1 ) : String
format int
리턴 String

DumpXml() 공개 메소드

public DumpXml ( int level, int format ) : String
level int
format int
리턴 String

GetDocument() 공개 메소드

public GetDocument ( ) : XmlDoc
리턴 XmlDoc

GetFirstChild() 공개 메소드

public GetFirstChild ( ) : XmlNode
리턴 XmlNode

GetLastChild() 공개 메소드

public GetLastChild ( ) : XmlNode
리턴 XmlNode

GetNextSibling() 공개 메소드

public GetNextSibling ( ) : XmlNode
리턴 XmlNode

GetPreviousSibling() 공개 메소드

public GetPreviousSibling ( ) : XmlNode
리턴 XmlNode

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

RemoveCachedEntries() 공개 메소드

public RemoveCachedEntries ( ) : void
리턴 void

ShortString() 공개 메소드

public ShortString ( ) : String
리턴 String

프로퍼티 상세

_children 보호되어 있는 프로퍼티

protected XmlNodeList,dotgnu.xml _children
리턴 XmlNodeList

_elemType 보호되어 있는 프로퍼티

protected XmlElementType _elemType
리턴 XmlElementType

_name 보호되어 있는 프로퍼티

protected String _name
리턴 String

_rawXml 보호되어 있는 프로퍼티

protected String _rawXml
리턴 String

dataPtr 보호되어 있는 프로퍼티

protected IntPtr,System dataPtr
리턴 System.IntPtr