프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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, |
||
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 |
메소드 | 설명 | |
---|---|---|
XMLInputStream ( |
||
getCPtr ( |
||
getCPtrAndDisown ( |
public XMLInputStream ( string content, bool isFile ) : System | ||
content | string | |
isFile | bool | |
리턴 | System |
public XMLInputStream ( string content, bool isFile, string library ) : System | ||
content | string | |
isFile | bool | |
library | string | |
리턴 | System |
public XMLInputStream ( string content, bool isFile, string library, |
||
content | string | |
isFile | bool | |
library | string | |
errorLog | ||
리턴 | System |
public containsChild ( string childName, string container ) : bool | ||
childName | string | |
container | string | |
리턴 | bool |
public determineNumSpecificChildren ( string childName, string container ) : long | ||
childName | string | |
container | string | |
리턴 | long |
public determineNumberChildren ( string elementName ) : long | ||
elementName | string | |
리턴 | long |
public setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void | ||
sbmlns | SBMLNamespaces | |
리턴 | void |