C# Class libsbmlcs.XMLOutputStream

Inheritance: IDisposable
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( Object sb ) : bool
sb Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XMLOutputStream() public method

public XMLOutputStream ( OStream stream ) : System
stream OStream
return System

XMLOutputStream() public method

public XMLOutputStream ( OStream stream, string encoding ) : System
stream OStream
encoding string
return System

XMLOutputStream() public method

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

XMLOutputStream() public method

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

XMLOutputStream() public method

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

downIndent() public method

public downIndent ( ) : void
return void

endElement() public method

public endElement ( XMLTriple triple ) : void
triple XMLTriple
return void

endElement() public method

public endElement ( string name ) : void
name string
return void

endElement() public method

public endElement ( string name, string prefix ) : void
name string
prefix string
return void

getLibraryName() public static method

public static getLibraryName ( ) : string
return string

getLibraryVersion() public static method

public static getLibraryVersion ( ) : string
return string

getSBMLNamespaces() public method

public getSBMLNamespaces ( ) : SBMLNamespaces
return SBMLNamespaces

getWriteComment() public static method

public static getWriteComment ( ) : bool
return bool

getWriteTimestamp() public static method

public static getWriteTimestamp ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

setAutoIndent() public method

public setAutoIndent ( bool indent ) : void
indent bool
return void

setLibraryName() public static method

public static setLibraryName ( string libraryName ) : void
libraryName string
return void

setLibraryVersion() public static method

public static setLibraryVersion ( string libraryVersion ) : void
libraryVersion string
return void

setSBMLNamespaces() public method

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

setWriteComment() public static method

public static setWriteComment ( bool writeComment ) : void
writeComment bool
return void

setWriteTimestamp() public static method

public static setWriteTimestamp ( bool writeTimestamp ) : void
writeTimestamp bool
return void

startElement() public method

public startElement ( XMLTriple triple ) : void
triple XMLTriple
return void

startElement() public method

public startElement ( string name ) : void
name string
return void

startElement() public method

public startElement ( string name, string prefix ) : void
name string
prefix string
return void

startEndElement() public method

public startEndElement ( XMLTriple triple ) : void
triple XMLTriple
return void

startEndElement() public method

public startEndElement ( string name ) : void
name string
return void

startEndElement() public method

public startEndElement ( string name, string prefix ) : void
name string
prefix string
return void

upIndent() public method

public upIndent ( ) : void
return void

writeAttribute() public method

public writeAttribute ( XMLTriple triple, bool value ) : void
triple XMLTriple
value bool
return void

writeAttribute() public method

public writeAttribute ( XMLTriple triple, double value ) : void
triple XMLTriple
value double
return void

writeAttribute() public method

public writeAttribute ( XMLTriple triple, int value ) : void
triple XMLTriple
value int
return void

writeAttribute() public method

public writeAttribute ( XMLTriple triple, string value ) : void
triple XMLTriple
value string
return void

writeAttribute() public method

public writeAttribute ( string name, bool value ) : void
name string
value bool
return void

writeAttribute() public method

public writeAttribute ( string name, double value ) : void
name string
value double
return void

writeAttribute() public method

public writeAttribute ( string name, int value ) : void
name string
value int
return void

writeAttribute() public method

public writeAttribute ( string name, string value ) : void
name string
value string
return void

writeAttribute() public method

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

writeAttribute() public method

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

writeAttribute() public method

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

writeAttribute() public method

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

writeAttribute() public method

public writeAttribute ( string name, string prefix, string value ) : void
name string
prefix string
value string
return void

writeComment() public method

public writeComment ( string programName, string programVersion ) : void
programName string
programVersion string
return void

writeComment() public method

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

writeXMLDecl() public method

public writeXMLDecl ( ) : void
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool