C# Class libsbml.XMLAttributes

Inheritance: IDisposable
Mostra file 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
XMLAttributes ( ) : System
XMLAttributes ( XMLAttributes orig ) : System
add ( XMLTriple triple, string value ) : int
add ( string name, string value ) : int
add ( string name, string value, string namespaceURI ) : int
add ( string name, string value, string namespaceURI, string prefix ) : int
clear ( ) : int
clone ( ) : XMLAttributes
getIndex ( XMLTriple triple ) : int
getIndex ( string name ) : int
getIndex ( string name, string uri ) : int
getLength ( ) : int
getName ( int index ) : string
getNumAttributes ( ) : int
getPrefix ( int index ) : string
getPrefixedName ( int index ) : string
getURI ( int index ) : string
getValue ( XMLTriple triple ) : string
getValue ( int index ) : string
getValue ( string name ) : string
getValue ( string name, string uri ) : string
hasAttribute ( XMLTriple triple ) : bool
hasAttribute ( int index ) : bool
hasAttribute ( string name ) : bool
hasAttribute ( string name, string uri ) : bool
isEmpty ( ) : bool
operator ( ) : bool
remove ( XMLTriple triple ) : int
remove ( int n ) : int
remove ( string name ) : int
remove ( string name, string uri ) : int
removeResource ( int n ) : int

Private Methods

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

XMLAttributes() public method

public XMLAttributes ( ) : System
return System

XMLAttributes() public method

public XMLAttributes ( XMLAttributes orig ) : System
orig XMLAttributes
return System

add() public method

public add ( XMLTriple triple, string value ) : int
triple XMLTriple
value string
return int

add() public method

public add ( string name, string value ) : int
name string
value string
return int

add() public method

public add ( string name, string value, string namespaceURI ) : int
name string
value string
namespaceURI string
return int

add() public method

public add ( string name, string value, string namespaceURI, string prefix ) : int
name string
value string
namespaceURI string
prefix string
return int

clear() public method

public clear ( ) : int
return int

clone() public method

public clone ( ) : XMLAttributes
return XMLAttributes

getIndex() public method

public getIndex ( XMLTriple triple ) : int
triple XMLTriple
return int

getIndex() public method

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

getIndex() public method

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

getLength() public method

public getLength ( ) : int
return int

getName() public method

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

getNumAttributes() public method

public getNumAttributes ( ) : int
return int

getPrefix() public method

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

getPrefixedName() public method

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

getURI() public method

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

getValue() public method

public getValue ( XMLTriple triple ) : string
triple XMLTriple
return string

getValue() public method

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

getValue() public method

public getValue ( string name ) : string
name string
return string

getValue() public method

public getValue ( string name, string uri ) : string
name string
uri string
return string

hasAttribute() public method

public hasAttribute ( XMLTriple triple ) : bool
triple XMLTriple
return bool

hasAttribute() public method

public hasAttribute ( int index ) : bool
index int
return bool

hasAttribute() public method

public hasAttribute ( string name ) : bool
name string
return bool

hasAttribute() public method

public hasAttribute ( string name, string uri ) : bool
name string
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 ( XMLTriple triple ) : int
triple XMLTriple
return int

remove() public method

public remove ( int n ) : int
n int
return int

remove() public method

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

remove() public method

public remove ( string name, string uri ) : int
name string
uri string
return int

removeResource() public method

public removeResource ( int n ) : int
n int
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool