C# Class libsbml.XMLNamespaces

Inheritance: IDisposable
Mostrar archivo 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
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

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

XMLNamespaces() public method

public XMLNamespaces ( ) : System
return System

XMLNamespaces() public method

public XMLNamespaces ( XMLNamespaces orig ) : System
orig XMLNamespaces
return System

add() public method

public add ( string uri ) : int
uri string
return int

add() public method

public add ( string uri, string prefix ) : int
uri string
prefix string
return int

clear() public method

public clear ( ) : int
return int

clone() public method

public clone ( ) : XMLNamespaces
return XMLNamespaces

containsUri() public method

public containsUri ( string uri ) : bool
uri string
return bool

getIndex() public method

public getIndex ( string uri ) : int
uri string
return int

getIndexByPrefix() public method

public getIndexByPrefix ( string prefix ) : int
prefix string
return int

getLength() public method

public getLength ( ) : int
return int

getNumNamespaces() public method

public getNumNamespaces ( ) : int
return int

getPrefix() public method

public getPrefix ( int index ) : string
index int
return string

getPrefix() public method

public getPrefix ( string uri ) : string
uri string
return string

getURI() public method

public getURI ( ) : string
return string

getURI() public method

public getURI ( int index ) : string
index int
return string

getURI() public method

public getURI ( string prefix ) : string
prefix string
return string

hasNS() public method

public hasNS ( string uri, string prefix ) : bool
uri string
prefix string
return bool

hasPrefix() public method

public hasPrefix ( string prefix ) : bool
prefix string
return bool

hasURI() public method

public hasURI ( string uri ) : bool
uri string
return bool

isEmpty() public method

public isEmpty ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

remove() public method

public remove ( int index ) : int
index int
return int

remove() public method

public remove ( string prefix ) : int
prefix string
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool