Свойство | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
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, |
||
containsChild ( string childName, string container ) : bool | ||
determineNumSpecificChildren ( string childName, string container ) : long | ||
determineNumberChildren ( ) : long | ||
determineNumberChildren ( string elementName ) : long | ||
getEncoding ( ) : string | ||
getErrorLog ( ) : |
||
getSBMLNamespaces ( ) : |
||
getVersion ( ) : string | ||
isEOF ( ) : bool | ||
isError ( ) : bool | ||
isGood ( ) : bool | ||
next ( ) : |
||
peek ( ) : |
||
setErrorLog ( |
||
setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void | ||
skipPastEnd ( XMLToken element ) : void | ||
skipText ( ) : void | ||
toString ( ) : string |
Méthode | Description | |
---|---|---|
XMLInputStream ( |
||
getCPtr ( |
||
getCPtrAndDisown ( |
public XMLInputStream ( string content ) : System | ||
content | string | |
Résultat | System |
public XMLInputStream ( string content, bool isFile ) : System | ||
content | string | |
isFile | bool | |
Résultat | System |
public XMLInputStream ( string content, bool isFile, string library ) : System | ||
content | string | |
isFile | bool | |
library | string | |
Résultat | System |
public XMLInputStream ( string content, bool isFile, string library, |
||
content | string | |
isFile | bool | |
library | string | |
errorLog | ||
Résultat | System |
public containsChild ( string childName, string container ) : bool | ||
childName | string | |
container | string | |
Résultat | bool |
public determineNumSpecificChildren ( string childName, string container ) : long | ||
childName | string | |
container | string | |
Résultat | long |
public determineNumberChildren ( string elementName ) : long | ||
elementName | string | |
Résultat | long |
public getSBMLNamespaces ( ) : |
||
Résultat |
public setErrorLog ( |
||
log | ||
Résultat | int |
public setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void | ||
sbmlns | SBMLNamespaces | |
Résultat | void |
public skipPastEnd ( XMLToken element ) : void | ||
element | XMLToken | |
Résultat | void |