C# 클래스 libsbml.XMLToken

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
XMLToken ( ) : System
XMLToken ( XMLToken orig ) : System
XMLToken ( XMLTriple triple ) : System
XMLToken ( XMLTriple triple, XMLAttributes attributes ) : System
XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System
XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System
XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System
XMLToken ( XMLTriple triple, XMLAttributes attributes, long line ) : System
XMLToken ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System
XMLToken ( XMLTriple triple, long line ) : System
XMLToken ( XMLTriple triple, long line, long column ) : System
XMLToken ( string chars ) : System
XMLToken ( string chars, long line ) : System
XMLToken ( string chars, long line, long column ) : System
addAttr ( XMLTriple triple, string value ) : int
addAttr ( string name, string value ) : int
addAttr ( string name, string value, string namespaceURI ) : int
addAttr ( string name, string value, string namespaceURI, string prefix ) : int
addNamespace ( string uri ) : int
addNamespace ( string uri, string prefix ) : int
append ( string chars ) : int
clearAttributes ( ) : int
clearNamespaces ( ) : int
clone ( ) : XMLToken
getAttrIndex ( XMLTriple triple ) : int
getAttrIndex ( string name ) : int
getAttrIndex ( string name, string uri ) : int
getAttrName ( int index ) : string
getAttrPrefix ( int index ) : string
getAttrPrefixedName ( int index ) : string
getAttrURI ( int index ) : string
getAttrValue ( XMLTriple triple ) : string
getAttrValue ( int index ) : string
getAttrValue ( string name ) : string
getAttrValue ( string name, string uri ) : string
getAttributes ( ) : XMLAttributes
getAttributesLength ( ) : int
getCharacters ( ) : string
getColumn ( ) : long
getLine ( ) : long
getName ( ) : string
getNamespaceIndex ( string uri ) : int
getNamespaceIndexByPrefix ( string prefix ) : int
getNamespacePrefix ( int index ) : string
getNamespacePrefix ( string uri ) : string
getNamespaceURI ( ) : string
getNamespaceURI ( int index ) : string
getNamespaceURI ( string prefix ) : string
getNamespaces ( ) : XMLNamespaces
getNamespacesLength ( ) : int
getPrefix ( ) : string
getURI ( ) : string
hasAttr ( XMLTriple triple ) : bool
hasAttr ( int index ) : bool
hasAttr ( string name ) : bool
hasAttr ( string name, string uri ) : bool
hasNamespaceNS ( string uri, string prefix ) : bool
hasNamespacePrefix ( string prefix ) : bool
hasNamespaceURI ( string uri ) : bool
isAttributesEmpty ( ) : bool
isEOF ( ) : bool
isElement ( ) : bool
isEnd ( ) : bool
isEndFor ( XMLToken element ) : bool
isNamespacesEmpty ( ) : bool
isStart ( ) : bool
isText ( ) : bool
operator ( ) : bool
removeAttr ( XMLTriple triple ) : int
removeAttr ( int n ) : int
removeAttr ( string name ) : int
removeAttr ( string name, string uri ) : int
removeNamespace ( int index ) : int
removeNamespace ( string prefix ) : int
setAttributes ( XMLAttributes attributes ) : int
setEOF ( ) : int
setEnd ( ) : int
setNamespaces ( XMLNamespaces namespaces ) : int
setTriple ( XMLTriple triple ) : int
toString ( ) : string
unsetEnd ( ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XMLToken() 공개 메소드

public XMLToken ( ) : System
리턴 System

XMLToken() 공개 메소드

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

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple ) : System
triple XMLTriple
리턴 System

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple, XMLAttributes attributes ) : System
triple XMLTriple
attributes XMLAttributes
리턴 System

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
리턴 System

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
line long
리턴 System

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
line long
column long
리턴 System

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple, XMLAttributes attributes, long line ) : System
triple XMLTriple
attributes XMLAttributes
line long
리턴 System

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System
triple XMLTriple
attributes XMLAttributes
line long
column long
리턴 System

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple, long line ) : System
triple XMLTriple
line long
리턴 System

XMLToken() 공개 메소드

public XMLToken ( XMLTriple triple, long line, long column ) : System
triple XMLTriple
line long
column long
리턴 System

XMLToken() 공개 메소드

public XMLToken ( string chars ) : System
chars string
리턴 System

XMLToken() 공개 메소드

public XMLToken ( string chars, long line ) : System
chars string
line long
리턴 System

XMLToken() 공개 메소드

public XMLToken ( string chars, long line, long column ) : System
chars string
line long
column long
리턴 System

addAttr() 공개 메소드

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

addAttr() 공개 메소드

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

addAttr() 공개 메소드

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

addAttr() 공개 메소드

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

addNamespace() 공개 메소드

public addNamespace ( string uri ) : int
uri string
리턴 int

addNamespace() 공개 메소드

public addNamespace ( string uri, string prefix ) : int
uri string
prefix string
리턴 int

append() 공개 메소드

public append ( string chars ) : int
chars string
리턴 int

clearAttributes() 공개 메소드

public clearAttributes ( ) : int
리턴 int

clearNamespaces() 공개 메소드

public clearNamespaces ( ) : int
리턴 int

clone() 공개 메소드

public clone ( ) : XMLToken
리턴 XMLToken

getAttrIndex() 공개 메소드

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

getAttrIndex() 공개 메소드

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

getAttrIndex() 공개 메소드

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

getAttrName() 공개 메소드

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

getAttrPrefix() 공개 메소드

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

getAttrPrefixedName() 공개 메소드

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

getAttrURI() 공개 메소드

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

getAttrValue() 공개 메소드

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

getAttrValue() 공개 메소드

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

getAttrValue() 공개 메소드

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

getAttrValue() 공개 메소드

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

getAttributes() 공개 메소드

public getAttributes ( ) : XMLAttributes
리턴 XMLAttributes

getAttributesLength() 공개 메소드

public getAttributesLength ( ) : int
리턴 int

getCharacters() 공개 메소드

public getCharacters ( ) : string
리턴 string

getColumn() 공개 메소드

public getColumn ( ) : long
리턴 long

getLine() 공개 메소드

public getLine ( ) : long
리턴 long

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNamespaceIndex() 공개 메소드

public getNamespaceIndex ( string uri ) : int
uri string
리턴 int

getNamespaceIndexByPrefix() 공개 메소드

public getNamespaceIndexByPrefix ( string prefix ) : int
prefix string
리턴 int

getNamespacePrefix() 공개 메소드

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

getNamespacePrefix() 공개 메소드

public getNamespacePrefix ( string uri ) : string
uri string
리턴 string

getNamespaceURI() 공개 메소드

public getNamespaceURI ( ) : string
리턴 string

getNamespaceURI() 공개 메소드

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

getNamespaceURI() 공개 메소드

public getNamespaceURI ( string prefix ) : string
prefix string
리턴 string

getNamespaces() 공개 메소드

public getNamespaces ( ) : XMLNamespaces
리턴 XMLNamespaces

getNamespacesLength() 공개 메소드

public getNamespacesLength ( ) : int
리턴 int

getPrefix() 공개 메소드

public getPrefix ( ) : string
리턴 string

getURI() 공개 메소드

public getURI ( ) : string
리턴 string

hasAttr() 공개 메소드

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

hasAttr() 공개 메소드

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

hasAttr() 공개 메소드

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

hasAttr() 공개 메소드

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

hasNamespaceNS() 공개 메소드

public hasNamespaceNS ( string uri, string prefix ) : bool
uri string
prefix string
리턴 bool

hasNamespacePrefix() 공개 메소드

public hasNamespacePrefix ( string prefix ) : bool
prefix string
리턴 bool

hasNamespaceURI() 공개 메소드

public hasNamespaceURI ( string uri ) : bool
uri string
리턴 bool

isAttributesEmpty() 공개 메소드

public isAttributesEmpty ( ) : bool
리턴 bool

isEOF() 공개 메소드

public isEOF ( ) : bool
리턴 bool

isElement() 공개 메소드

public isElement ( ) : bool
리턴 bool

isEnd() 공개 메소드

public isEnd ( ) : bool
리턴 bool

isEndFor() 공개 메소드

public isEndFor ( XMLToken element ) : bool
element XMLToken
리턴 bool

isNamespacesEmpty() 공개 메소드

public isNamespacesEmpty ( ) : bool
리턴 bool

isStart() 공개 메소드

public isStart ( ) : bool
리턴 bool

isText() 공개 메소드

public isText ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

removeAttr() 공개 메소드

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

removeAttr() 공개 메소드

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

removeAttr() 공개 메소드

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

removeAttr() 공개 메소드

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

removeNamespace() 공개 메소드

public removeNamespace ( int index ) : int
index int
리턴 int

removeNamespace() 공개 메소드

public removeNamespace ( string prefix ) : int
prefix string
리턴 int

setAttributes() 공개 메소드

public setAttributes ( XMLAttributes attributes ) : int
attributes XMLAttributes
리턴 int

setEOF() 공개 메소드

public setEOF ( ) : int
리턴 int

setEnd() 공개 메소드

public setEnd ( ) : int
리턴 int

setNamespaces() 공개 메소드

public setNamespaces ( XMLNamespaces namespaces ) : int
namespaces XMLNamespaces
리턴 int

setTriple() 공개 메소드

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

toString() 공개 메소드

public toString ( ) : string
리턴 string

unsetEnd() 공개 메소드

public unsetEnd ( ) : int
리턴 int

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool