C# 클래스 libsbml.XMLInputStream

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
XMLInputStream ( string content ) : System
XMLInputStream ( string content, bool isFile ) : System
XMLInputStream ( string content, bool isFile, string library ) : System
XMLInputStream ( string content, bool isFile, string library, XMLErrorLog errorLog ) : System
containsChild ( string childName, string container ) : bool
determineNumSpecificChildren ( string childName, string container ) : long
determineNumberChildren ( ) : long
determineNumberChildren ( string elementName ) : long
getEncoding ( ) : string
getErrorLog ( ) : XMLErrorLog
getSBMLNamespaces ( ) : SBMLNamespaces
getVersion ( ) : string
isEOF ( ) : bool
isError ( ) : bool
isGood ( ) : bool
next ( ) : XMLToken
peek ( ) : XMLToken
setErrorLog ( XMLErrorLog log ) : int
setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void
skipPastEnd ( XMLToken element ) : void
skipText ( ) : void
toString ( ) : string

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

XMLInputStream() 공개 메소드

public XMLInputStream ( string content ) : System
content string
리턴 System

XMLInputStream() 공개 메소드

public XMLInputStream ( string content, bool isFile ) : System
content string
isFile bool
리턴 System

XMLInputStream() 공개 메소드

public XMLInputStream ( string content, bool isFile, string library ) : System
content string
isFile bool
library string
리턴 System

XMLInputStream() 공개 메소드

public XMLInputStream ( string content, bool isFile, string library, XMLErrorLog errorLog ) : System
content string
isFile bool
library string
errorLog XMLErrorLog
리턴 System

containsChild() 공개 메소드

public containsChild ( string childName, string container ) : bool
childName string
container string
리턴 bool

determineNumSpecificChildren() 공개 메소드

public determineNumSpecificChildren ( string childName, string container ) : long
childName string
container string
리턴 long

determineNumberChildren() 공개 메소드

public determineNumberChildren ( ) : long
리턴 long

determineNumberChildren() 공개 메소드

public determineNumberChildren ( string elementName ) : long
elementName string
리턴 long

getEncoding() 공개 메소드

public getEncoding ( ) : string
리턴 string

getErrorLog() 공개 메소드

public getErrorLog ( ) : XMLErrorLog
리턴 XMLErrorLog

getSBMLNamespaces() 공개 메소드

public getSBMLNamespaces ( ) : SBMLNamespaces
리턴 SBMLNamespaces

getVersion() 공개 메소드

public getVersion ( ) : string
리턴 string

isEOF() 공개 메소드

public isEOF ( ) : bool
리턴 bool

isError() 공개 메소드

public isError ( ) : bool
리턴 bool

isGood() 공개 메소드

public isGood ( ) : bool
리턴 bool

next() 공개 메소드

public next ( ) : XMLToken
리턴 XMLToken

peek() 공개 메소드

public peek ( ) : XMLToken
리턴 XMLToken

setErrorLog() 공개 메소드

public setErrorLog ( XMLErrorLog log ) : int
log XMLErrorLog
리턴 int

setSBMLNamespaces() 공개 메소드

public setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void
sbmlns SBMLNamespaces
리턴 void

skipPastEnd() 공개 메소드

public skipPastEnd ( XMLToken element ) : void
element XMLToken
리턴 void

skipText() 공개 메소드

public skipText ( ) : void
리턴 void

toString() 공개 메소드

public toString ( ) : string
리턴 string

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool