C# Класс libsbml.XMLInputStream

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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