C# 클래스 libsbmlcs.XMLNode

상속: XMLToken
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
XMLNode ( ) : System
XMLNode ( XMLInputStream stream ) : System
XMLNode ( XMLNode orig ) : System
XMLNode ( XMLToken token ) : System
XMLNode ( XMLTriple triple ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, long line ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System
XMLNode ( XMLTriple triple, long line ) : System
XMLNode ( XMLTriple triple, long line, long column ) : System
XMLNode ( string chars ) : System
XMLNode ( string chars, long line ) : System
XMLNode ( string chars, long line, long column ) : System
addChild ( XMLNode node ) : int
clone ( ) : XMLNode
convertStringToXMLNode ( string xmlstr ) : XMLNode
convertStringToXMLNode ( string xmlstr, XMLNamespaces xmlns ) : XMLNode
convertXMLNodeToString ( XMLNode node ) : string
equals ( XMLNode other ) : bool
equals ( XMLNode other, bool ignoreURI ) : bool
getChild ( long n ) : XMLNode
getChild ( string name ) : XMLNode
getIndex ( string name ) : int
getNumChildren ( ) : long
hasChild ( string name ) : bool
insertChild ( long n, XMLNode node ) : XMLNode
operator ( ) : bool
removeChild ( long n ) : XMLNode
removeChildren ( ) : int
toXMLString ( ) : string

비공개 메소드들

메소드 설명
XMLNode ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLNode obj ) : HandleRef
getCPtrAndDisown ( XMLNode obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( Object sb ) : bool
sb Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XMLNode() 공개 메소드

public XMLNode ( ) : System
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLInputStream stream ) : System
stream XMLInputStream
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLNode orig ) : System
orig XMLNode
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLToken token ) : System
token XMLToken
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple ) : System
triple XMLTriple
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple, XMLAttributes attributes ) : System
triple XMLTriple
attributes XMLAttributes
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
line long
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
line long
column long
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple, XMLAttributes attributes, long line ) : System
triple XMLTriple
attributes XMLAttributes
line long
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System
triple XMLTriple
attributes XMLAttributes
line long
column long
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple, long line ) : System
triple XMLTriple
line long
리턴 System

XMLNode() 공개 메소드

public XMLNode ( XMLTriple triple, long line, long column ) : System
triple XMLTriple
line long
column long
리턴 System

XMLNode() 공개 메소드

public XMLNode ( string chars ) : System
chars string
리턴 System

XMLNode() 공개 메소드

public XMLNode ( string chars, long line ) : System
chars string
line long
리턴 System

XMLNode() 공개 메소드

public XMLNode ( string chars, long line, long column ) : System
chars string
line long
column long
리턴 System

addChild() 공개 메소드

public addChild ( XMLNode node ) : int
node XMLNode
리턴 int

clone() 공개 메소드

public clone ( ) : XMLNode
리턴 XMLNode

convertStringToXMLNode() 공개 정적인 메소드

public static convertStringToXMLNode ( string xmlstr ) : XMLNode
xmlstr string
리턴 XMLNode

convertStringToXMLNode() 공개 정적인 메소드

public static convertStringToXMLNode ( string xmlstr, XMLNamespaces xmlns ) : XMLNode
xmlstr string
xmlns XMLNamespaces
리턴 XMLNode

convertXMLNodeToString() 공개 정적인 메소드

public static convertXMLNodeToString ( XMLNode node ) : string
node XMLNode
리턴 string

equals() 공개 메소드

public equals ( XMLNode other ) : bool
other XMLNode
리턴 bool

equals() 공개 메소드

public equals ( XMLNode other, bool ignoreURI ) : bool
other XMLNode
ignoreURI bool
리턴 bool

getChild() 공개 메소드

public getChild ( long n ) : XMLNode
n long
리턴 XMLNode

getChild() 공개 메소드

public getChild ( string name ) : XMLNode
name string
리턴 XMLNode

getIndex() 공개 메소드

public getIndex ( string name ) : int
name string
리턴 int

getNumChildren() 공개 메소드

public getNumChildren ( ) : long
리턴 long

hasChild() 공개 메소드

public hasChild ( string name ) : bool
name string
리턴 bool

insertChild() 공개 메소드

public insertChild ( long n, XMLNode node ) : XMLNode
n long
node XMLNode
리턴 XMLNode

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

removeChild() 공개 메소드

public removeChild ( long n ) : XMLNode
n long
리턴 XMLNode

removeChildren() 공개 메소드

public removeChildren ( ) : int
리턴 int

toXMLString() 공개 메소드

public toXMLString ( ) : string
리턴 string