C# 클래스 libsbmlcs.XMLOutputStream

상속: IDisposable
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
XMLOutputStream ( OStream stream ) : System
XMLOutputStream ( OStream stream, string encoding ) : System
XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl ) : System
XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl, string programName ) : System
XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl, string programName, string programVersion ) : System
downIndent ( ) : void
endElement ( XMLTriple triple ) : void
endElement ( string name ) : void
endElement ( string name, string prefix ) : void
getLibraryName ( ) : string
getLibraryVersion ( ) : string
getSBMLNamespaces ( ) : SBMLNamespaces
getWriteComment ( ) : bool
getWriteTimestamp ( ) : bool
operator ( ) : bool
setAutoIndent ( bool indent ) : void
setLibraryName ( string libraryName ) : void
setLibraryVersion ( string libraryVersion ) : void
setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void
setWriteComment ( bool writeComment ) : void
setWriteTimestamp ( bool writeTimestamp ) : void
startElement ( XMLTriple triple ) : void
startElement ( string name ) : void
startElement ( string name, string prefix ) : void
startEndElement ( XMLTriple triple ) : void
startEndElement ( string name ) : void
startEndElement ( string name, string prefix ) : void
upIndent ( ) : void
writeAttribute ( XMLTriple triple, bool value ) : void
writeAttribute ( XMLTriple triple, double value ) : void
writeAttribute ( XMLTriple triple, int value ) : void
writeAttribute ( XMLTriple triple, string value ) : void
writeAttribute ( string name, bool value ) : void
writeAttribute ( string name, double value ) : void
writeAttribute ( string name, int value ) : void
writeAttribute ( string name, string value ) : void
writeAttribute ( string name, string prefix, bool value ) : void
writeAttribute ( string name, string prefix, double value ) : void
writeAttribute ( string name, string prefix, int value ) : void
writeAttribute ( string name, string prefix, long value ) : void
writeAttribute ( string name, string prefix, string value ) : void
writeComment ( string programName, string programVersion ) : void
writeComment ( string programName, string programVersion, bool writeTimestamp ) : void
writeXMLDecl ( ) : void

비공개 메소드들

메소드 설명
XMLOutputStream ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLOutputStream obj ) : HandleRef
getCPtrAndDisown ( XMLOutputStream obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( Object sb ) : bool
sb Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XMLOutputStream() 공개 메소드

public XMLOutputStream ( OStream stream ) : System
stream OStream
리턴 System

XMLOutputStream() 공개 메소드

public XMLOutputStream ( OStream stream, string encoding ) : System
stream OStream
encoding string
리턴 System

XMLOutputStream() 공개 메소드

public XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl ) : System
stream OStream
encoding string
writeXMLDecl bool
리턴 System

XMLOutputStream() 공개 메소드

public XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl, string programName ) : System
stream OStream
encoding string
writeXMLDecl bool
programName string
리턴 System

XMLOutputStream() 공개 메소드

public XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl, string programName, string programVersion ) : System
stream OStream
encoding string
writeXMLDecl bool
programName string
programVersion string
리턴 System

downIndent() 공개 메소드

public downIndent ( ) : void
리턴 void

endElement() 공개 메소드

public endElement ( XMLTriple triple ) : void
triple XMLTriple
리턴 void

endElement() 공개 메소드

public endElement ( string name ) : void
name string
리턴 void

endElement() 공개 메소드

public endElement ( string name, string prefix ) : void
name string
prefix string
리턴 void

getLibraryName() 공개 정적인 메소드

public static getLibraryName ( ) : string
리턴 string

getLibraryVersion() 공개 정적인 메소드

public static getLibraryVersion ( ) : string
리턴 string

getSBMLNamespaces() 공개 메소드

public getSBMLNamespaces ( ) : SBMLNamespaces
리턴 SBMLNamespaces

getWriteComment() 공개 정적인 메소드

public static getWriteComment ( ) : bool
리턴 bool

getWriteTimestamp() 공개 정적인 메소드

public static getWriteTimestamp ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

setAutoIndent() 공개 메소드

public setAutoIndent ( bool indent ) : void
indent bool
리턴 void

setLibraryName() 공개 정적인 메소드

public static setLibraryName ( string libraryName ) : void
libraryName string
리턴 void

setLibraryVersion() 공개 정적인 메소드

public static setLibraryVersion ( string libraryVersion ) : void
libraryVersion string
리턴 void

setSBMLNamespaces() 공개 메소드

public setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void
sbmlns SBMLNamespaces
리턴 void

setWriteComment() 공개 정적인 메소드

public static setWriteComment ( bool writeComment ) : void
writeComment bool
리턴 void

setWriteTimestamp() 공개 정적인 메소드

public static setWriteTimestamp ( bool writeTimestamp ) : void
writeTimestamp bool
리턴 void

startElement() 공개 메소드

public startElement ( XMLTriple triple ) : void
triple XMLTriple
리턴 void

startElement() 공개 메소드

public startElement ( string name ) : void
name string
리턴 void

startElement() 공개 메소드

public startElement ( string name, string prefix ) : void
name string
prefix string
리턴 void

startEndElement() 공개 메소드

public startEndElement ( XMLTriple triple ) : void
triple XMLTriple
리턴 void

startEndElement() 공개 메소드

public startEndElement ( string name ) : void
name string
리턴 void

startEndElement() 공개 메소드

public startEndElement ( string name, string prefix ) : void
name string
prefix string
리턴 void

upIndent() 공개 메소드

public upIndent ( ) : void
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( XMLTriple triple, bool value ) : void
triple XMLTriple
value bool
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( XMLTriple triple, double value ) : void
triple XMLTriple
value double
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( XMLTriple triple, int value ) : void
triple XMLTriple
value int
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( XMLTriple triple, string value ) : void
triple XMLTriple
value string
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, bool value ) : void
name string
value bool
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, double value ) : void
name string
value double
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, int value ) : void
name string
value int
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, string value ) : void
name string
value string
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, string prefix, bool value ) : void
name string
prefix string
value bool
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, string prefix, double value ) : void
name string
prefix string
value double
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, string prefix, int value ) : void
name string
prefix string
value int
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, string prefix, long value ) : void
name string
prefix string
value long
리턴 void

writeAttribute() 공개 메소드

public writeAttribute ( string name, string prefix, string value ) : void
name string
prefix string
value string
리턴 void

writeComment() 공개 메소드

public writeComment ( string programName, string programVersion ) : void
programName string
programVersion string
리턴 void

writeComment() 공개 메소드

public writeComment ( string programName, string programVersion, bool writeTimestamp ) : void
programName string
programVersion string
writeTimestamp bool
리턴 void

writeXMLDecl() 공개 메소드

public writeXMLDecl ( ) : void
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool