C# Class libsbml.XMLNamespaces

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
XMLNamespaces ( ) : System
XMLNamespaces ( XMLNamespaces orig ) : System
add ( string uri ) : int
add ( string uri, string prefix ) : int
clear ( ) : int
clone ( ) : XMLNamespaces
containsUri ( string uri ) : bool
getIndex ( string uri ) : int
getIndexByPrefix ( string prefix ) : int
getLength ( ) : int
getNumNamespaces ( ) : int
getPrefix ( int index ) : string
getPrefix ( string uri ) : string
getURI ( ) : string
getURI ( int index ) : string
getURI ( string prefix ) : string
hasNS ( string uri, string prefix ) : bool
hasPrefix ( string prefix ) : bool
hasURI ( string uri ) : bool
isEmpty ( ) : bool
operator ( ) : bool
remove ( int index ) : int
remove ( string prefix ) : int

Private Methods

Méthode Description
XMLNamespaces ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLNamespaces obj ) : HandleRef
getCPtrAndDisown ( XMLNamespaces 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

XMLNamespaces() public méthode

public XMLNamespaces ( ) : System
Résultat System

XMLNamespaces() public méthode

public XMLNamespaces ( XMLNamespaces orig ) : System
orig XMLNamespaces
Résultat System

add() public méthode

public add ( string uri ) : int
uri string
Résultat int

add() public méthode

public add ( string uri, string prefix ) : int
uri string
prefix string
Résultat int

clear() public méthode

public clear ( ) : int
Résultat int

clone() public méthode

public clone ( ) : XMLNamespaces
Résultat XMLNamespaces

containsUri() public méthode

public containsUri ( string uri ) : bool
uri string
Résultat bool

getIndex() public méthode

public getIndex ( string uri ) : int
uri string
Résultat int

getIndexByPrefix() public méthode

public getIndexByPrefix ( string prefix ) : int
prefix string
Résultat int

getLength() public méthode

public getLength ( ) : int
Résultat int

getNumNamespaces() public méthode

public getNumNamespaces ( ) : int
Résultat int

getPrefix() public méthode

public getPrefix ( int index ) : string
index int
Résultat string

getPrefix() public méthode

public getPrefix ( string uri ) : string
uri string
Résultat string

getURI() public méthode

public getURI ( ) : string
Résultat string

getURI() public méthode

public getURI ( int index ) : string
index int
Résultat string

getURI() public méthode

public getURI ( string prefix ) : string
prefix string
Résultat string

hasNS() public méthode

public hasNS ( string uri, string prefix ) : bool
uri string
prefix string
Résultat bool

hasPrefix() public méthode

public hasPrefix ( string prefix ) : bool
prefix string
Résultat bool

hasURI() public méthode

public hasURI ( string uri ) : bool
uri string
Résultat bool

isEmpty() public méthode

public isEmpty ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

remove() public méthode

public remove ( int index ) : int
index int
Résultat int

remove() public méthode

public remove ( string prefix ) : int
prefix string
Résultat int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool