C# Class libsbml.XMLInputStream

Inheritance: IDisposable
Mostrar archivo Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method 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

Method Description
XMLInputStream ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLInputStream obj ) : HandleRef
getCPtrAndDisown ( XMLInputStream obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

XMLInputStream() public method

public XMLInputStream ( string content ) : System
content string
return System

XMLInputStream() public method

public XMLInputStream ( string content, bool isFile ) : System
content string
isFile bool
return System

XMLInputStream() public method

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

XMLInputStream() public method

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

containsChild() public method

public containsChild ( string childName, string container ) : bool
childName string
container string
return bool

determineNumSpecificChildren() public method

public determineNumSpecificChildren ( string childName, string container ) : long
childName string
container string
return long

determineNumberChildren() public method

public determineNumberChildren ( ) : long
return long

determineNumberChildren() public method

public determineNumberChildren ( string elementName ) : long
elementName string
return long

getEncoding() public method

public getEncoding ( ) : string
return string

getErrorLog() public method

public getErrorLog ( ) : XMLErrorLog
return XMLErrorLog

getSBMLNamespaces() public method

public getSBMLNamespaces ( ) : SBMLNamespaces
return SBMLNamespaces

getVersion() public method

public getVersion ( ) : string
return string

isEOF() public method

public isEOF ( ) : bool
return bool

isError() public method

public isError ( ) : bool
return bool

isGood() public method

public isGood ( ) : bool
return bool

next() public method

public next ( ) : XMLToken
return XMLToken

peek() public method

public peek ( ) : XMLToken
return XMLToken

setErrorLog() public method

public setErrorLog ( XMLErrorLog log ) : int
log XMLErrorLog
return int

setSBMLNamespaces() public method

public setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void
sbmlns SBMLNamespaces
return void

skipPastEnd() public method

public skipPastEnd ( XMLToken element ) : void
element XMLToken
return void

skipText() public method

public skipText ( ) : void
return void

toString() public method

public toString ( ) : string
return string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool