C# Class libsbmlcs.XMLOutputStream

Inheritance: IDisposable
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
XMLOutputStream ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLOutputStream obj ) : HandleRef
getCPtrAndDisown ( XMLOutputStream obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( Object sb ) : bool
sb Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XMLOutputStream() public méthode

public XMLOutputStream ( OStream stream ) : System
stream OStream
Résultat System

XMLOutputStream() public méthode

public XMLOutputStream ( OStream stream, string encoding ) : System
stream OStream
encoding string
Résultat System

XMLOutputStream() public méthode

public XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl ) : System
stream OStream
encoding string
writeXMLDecl bool
Résultat System

XMLOutputStream() public méthode

public XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl, string programName ) : System
stream OStream
encoding string
writeXMLDecl bool
programName string
Résultat System

XMLOutputStream() public méthode

public XMLOutputStream ( OStream stream, string encoding, bool writeXMLDecl, string programName, string programVersion ) : System
stream OStream
encoding string
writeXMLDecl bool
programName string
programVersion string
Résultat System

downIndent() public méthode

public downIndent ( ) : void
Résultat void

endElement() public méthode

public endElement ( XMLTriple triple ) : void
triple XMLTriple
Résultat void

endElement() public méthode

public endElement ( string name ) : void
name string
Résultat void

endElement() public méthode

public endElement ( string name, string prefix ) : void
name string
prefix string
Résultat void

getLibraryName() public static méthode

public static getLibraryName ( ) : string
Résultat string

getLibraryVersion() public static méthode

public static getLibraryVersion ( ) : string
Résultat string

getSBMLNamespaces() public méthode

public getSBMLNamespaces ( ) : SBMLNamespaces
Résultat SBMLNamespaces

getWriteComment() public static méthode

public static getWriteComment ( ) : bool
Résultat bool

getWriteTimestamp() public static méthode

public static getWriteTimestamp ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

setAutoIndent() public méthode

public setAutoIndent ( bool indent ) : void
indent bool
Résultat void

setLibraryName() public static méthode

public static setLibraryName ( string libraryName ) : void
libraryName string
Résultat void

setLibraryVersion() public static méthode

public static setLibraryVersion ( string libraryVersion ) : void
libraryVersion string
Résultat void

setSBMLNamespaces() public méthode

public setSBMLNamespaces ( SBMLNamespaces sbmlns ) : void
sbmlns SBMLNamespaces
Résultat void

setWriteComment() public static méthode

public static setWriteComment ( bool writeComment ) : void
writeComment bool
Résultat void

setWriteTimestamp() public static méthode

public static setWriteTimestamp ( bool writeTimestamp ) : void
writeTimestamp bool
Résultat void

startElement() public méthode

public startElement ( XMLTriple triple ) : void
triple XMLTriple
Résultat void

startElement() public méthode

public startElement ( string name ) : void
name string
Résultat void

startElement() public méthode

public startElement ( string name, string prefix ) : void
name string
prefix string
Résultat void

startEndElement() public méthode

public startEndElement ( XMLTriple triple ) : void
triple XMLTriple
Résultat void

startEndElement() public méthode

public startEndElement ( string name ) : void
name string
Résultat void

startEndElement() public méthode

public startEndElement ( string name, string prefix ) : void
name string
prefix string
Résultat void

upIndent() public méthode

public upIndent ( ) : void
Résultat void

writeAttribute() public méthode

public writeAttribute ( XMLTriple triple, bool value ) : void
triple XMLTriple
value bool
Résultat void

writeAttribute() public méthode

public writeAttribute ( XMLTriple triple, double value ) : void
triple XMLTriple
value double
Résultat void

writeAttribute() public méthode

public writeAttribute ( XMLTriple triple, int value ) : void
triple XMLTriple
value int
Résultat void

writeAttribute() public méthode

public writeAttribute ( XMLTriple triple, string value ) : void
triple XMLTriple
value string
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, bool value ) : void
name string
value bool
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, double value ) : void
name string
value double
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, int value ) : void
name string
value int
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, string value ) : void
name string
value string
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, string prefix, bool value ) : void
name string
prefix string
value bool
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, string prefix, double value ) : void
name string
prefix string
value double
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, string prefix, int value ) : void
name string
prefix string
value int
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, string prefix, long value ) : void
name string
prefix string
value long
Résultat void

writeAttribute() public méthode

public writeAttribute ( string name, string prefix, string value ) : void
name string
prefix string
value string
Résultat void

writeComment() public méthode

public writeComment ( string programName, string programVersion ) : void
programName string
programVersion string
Résultat void

writeComment() public méthode

public writeComment ( string programName, string programVersion, bool writeTimestamp ) : void
programName string
programVersion string
writeTimestamp bool
Résultat void

writeXMLDecl() public méthode

public writeXMLDecl ( ) : void
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool