C# 클래스 libsbmlcs.XMLAttributes

상속: IDisposable
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
XMLAttributes ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLAttributes obj ) : HandleRef
getCPtrAndDisown ( XMLAttributes obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( Object sb ) : bool
sb Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XMLAttributes() 공개 메소드

public XMLAttributes ( ) : System
리턴 System

XMLAttributes() 공개 메소드

public XMLAttributes ( XMLAttributes orig ) : System
orig XMLAttributes
리턴 System

add() 공개 메소드

public add ( XMLTriple triple, string value ) : int
triple XMLTriple
value string
리턴 int

add() 공개 메소드

public add ( string name, string value ) : int
name string
value string
리턴 int

add() 공개 메소드

public add ( string name, string value, string namespaceURI ) : int
name string
value string
namespaceURI string
리턴 int

add() 공개 메소드

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

clear() 공개 메소드

public clear ( ) : int
리턴 int

clone() 공개 메소드

public clone ( ) : XMLAttributes
리턴 XMLAttributes

getIndex() 공개 메소드

public getIndex ( XMLTriple triple ) : int
triple XMLTriple
리턴 int

getIndex() 공개 메소드

public getIndex ( string name ) : int
name string
리턴 int

getIndex() 공개 메소드

public getIndex ( string name, string uri ) : int
name string
uri string
리턴 int

getLength() 공개 메소드

public getLength ( ) : int
리턴 int

getName() 공개 메소드

public getName ( int index ) : string
index int
리턴 string

getNumAttributes() 공개 메소드

public getNumAttributes ( ) : int
리턴 int

getPrefix() 공개 메소드

public getPrefix ( int index ) : string
index int
리턴 string

getPrefixedName() 공개 메소드

public getPrefixedName ( int index ) : string
index int
리턴 string

getURI() 공개 메소드

public getURI ( int index ) : string
index int
리턴 string

getValue() 공개 메소드

public getValue ( XMLTriple triple ) : string
triple XMLTriple
리턴 string

getValue() 공개 메소드

public getValue ( int index ) : string
index int
리턴 string

getValue() 공개 메소드

public getValue ( string name ) : string
name string
리턴 string

getValue() 공개 메소드

public getValue ( string name, string uri ) : string
name string
uri string
리턴 string

hasAttribute() 공개 메소드

public hasAttribute ( XMLTriple triple ) : bool
triple XMLTriple
리턴 bool

hasAttribute() 공개 메소드

public hasAttribute ( int index ) : bool
index int
리턴 bool

hasAttribute() 공개 메소드

public hasAttribute ( string name ) : bool
name string
리턴 bool

hasAttribute() 공개 메소드

public hasAttribute ( string name, string uri ) : bool
name string
uri string
리턴 bool

isEmpty() 공개 메소드

public isEmpty ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

remove() 공개 메소드

public remove ( XMLTriple triple ) : int
triple XMLTriple
리턴 int

remove() 공개 메소드

public remove ( int n ) : int
n int
리턴 int

remove() 공개 메소드

public remove ( string name ) : int
name string
리턴 int

remove() 공개 메소드

public remove ( string name, string uri ) : int
name string
uri string
리턴 int

removeResource() 공개 메소드

public removeResource ( int n ) : int
n int
리턴 int

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool