C# Class libsbml.XMLInputStream

Inheritance: IDisposable
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
XMLInputStream ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLInputStream obj ) : HandleRef
getCPtrAndDisown ( XMLInputStream obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

XMLInputStream() public méthode

public XMLInputStream ( string content ) : System
content string
Résultat System

XMLInputStream() public méthode

public XMLInputStream ( string content, bool isFile ) : System
content string
isFile bool
Résultat System

XMLInputStream() public méthode

public XMLInputStream ( string content, bool isFile, string library ) : System
content string
isFile bool
library string
Résultat System

XMLInputStream() public méthode

public XMLInputStream ( string content, bool isFile, string library, XMLErrorLog errorLog ) : System
content string
isFile bool
library string
errorLog XMLErrorLog
Résultat System

containsChild() public méthode

public containsChild ( string childName, string container ) : bool
childName string
container string
Résultat bool

determineNumSpecificChildren() public méthode

public determineNumSpecificChildren ( string childName, string container ) : long
childName string
container string
Résultat long

determineNumberChildren() public méthode

public determineNumberChildren ( ) : long
Résultat long

determineNumberChildren() public méthode

public determineNumberChildren ( string elementName ) : long
elementName string
Résultat long

getEncoding() public méthode

public getEncoding ( ) : string
Résultat string

getErrorLog() public méthode

public getErrorLog ( ) : XMLErrorLog
Résultat XMLErrorLog

getSBMLNamespaces() public méthode

public getSBMLNamespaces ( ) : SBMLNamespaces
Résultat SBMLNamespaces

getVersion() public méthode

public getVersion ( ) : string
Résultat string

isEOF() public méthode

public isEOF ( ) : bool
Résultat bool

isError() public méthode

public isError ( ) : bool
Résultat bool

isGood() public méthode

public isGood ( ) : bool
Résultat bool

next() public méthode

public next ( ) : XMLToken
Résultat XMLToken

peek() public méthode

public peek ( ) : XMLToken
Résultat XMLToken

setErrorLog() public méthode

public setErrorLog ( XMLErrorLog log ) : int
log XMLErrorLog
Résultat int

setSBMLNamespaces() public méthode

public setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void
sbmlns SBMLNamespaces
Résultat void

skipPastEnd() public méthode

public skipPastEnd ( XMLToken element ) : void
element XMLToken
Résultat void

skipText() public méthode

public skipText ( ) : void
Résultat void

toString() public méthode

public toString ( ) : string
Résultat string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool