C# Class libsbml.XMLToken

Inheritance: IDisposable
ファイルを表示 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
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

Private Methods

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

XMLToken() public method

public XMLToken ( ) : System
return System

XMLToken() public method

public XMLToken ( XMLToken orig ) : System
orig XMLToken
return System

XMLToken() public method

public XMLToken ( XMLTriple triple ) : System
triple XMLTriple
return System

XMLToken() public method

public XMLToken ( XMLTriple triple, XMLAttributes attributes ) : System
triple XMLTriple
attributes XMLAttributes
return System

XMLToken() public method

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

XMLToken() public method

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

XMLToken() public method

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

XMLToken() public method

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

XMLToken() public method

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

XMLToken() public method

public XMLToken ( XMLTriple triple, long line ) : System
triple XMLTriple
line long
return System

XMLToken() public method

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

XMLToken() public method

public XMLToken ( string chars ) : System
chars string
return System

XMLToken() public method

public XMLToken ( string chars, long line ) : System
chars string
line long
return System

XMLToken() public method

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

addAttr() public method

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

addAttr() public method

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

addAttr() public method

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

addAttr() public method

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

addNamespace() public method

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

addNamespace() public method

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

append() public method

public append ( string chars ) : int
chars string
return int

clearAttributes() public method

public clearAttributes ( ) : int
return int

clearNamespaces() public method

public clearNamespaces ( ) : int
return int

clone() public method

public clone ( ) : XMLToken
return XMLToken

getAttrIndex() public method

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

getAttrIndex() public method

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

getAttrIndex() public method

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

getAttrName() public method

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

getAttrPrefix() public method

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

getAttrPrefixedName() public method

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

getAttrURI() public method

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

getAttrValue() public method

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

getAttrValue() public method

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

getAttrValue() public method

public getAttrValue ( string name ) : string
name string
return string

getAttrValue() public method

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

getAttributes() public method

public getAttributes ( ) : XMLAttributes
return XMLAttributes

getAttributesLength() public method

public getAttributesLength ( ) : int
return int

getCharacters() public method

public getCharacters ( ) : string
return string

getColumn() public method

public getColumn ( ) : long
return long

getLine() public method

public getLine ( ) : long
return long

getName() public method

public getName ( ) : string
return string

getNamespaceIndex() public method

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

getNamespaceIndexByPrefix() public method

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

getNamespacePrefix() public method

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

getNamespacePrefix() public method

public getNamespacePrefix ( string uri ) : string
uri string
return string

getNamespaceURI() public method

public getNamespaceURI ( ) : string
return string

getNamespaceURI() public method

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

getNamespaceURI() public method

public getNamespaceURI ( string prefix ) : string
prefix string
return string

getNamespaces() public method

public getNamespaces ( ) : XMLNamespaces
return XMLNamespaces

getNamespacesLength() public method

public getNamespacesLength ( ) : int
return int

getPrefix() public method

public getPrefix ( ) : string
return string

getURI() public method

public getURI ( ) : string
return string

hasAttr() public method

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

hasAttr() public method

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

hasAttr() public method

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

hasAttr() public method

public hasAttr ( string name, string uri ) : bool
name string
uri string
return bool

hasNamespaceNS() public method

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

hasNamespacePrefix() public method

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

hasNamespaceURI() public method

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

isAttributesEmpty() public method

public isAttributesEmpty ( ) : bool
return bool

isEOF() public method

public isEOF ( ) : bool
return bool

isElement() public method

public isElement ( ) : bool
return bool

isEnd() public method

public isEnd ( ) : bool
return bool

isEndFor() public method

public isEndFor ( XMLToken element ) : bool
element XMLToken
return bool

isNamespacesEmpty() public method

public isNamespacesEmpty ( ) : bool
return bool

isStart() public method

public isStart ( ) : bool
return bool

isText() public method

public isText ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

removeAttr() public method

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

removeAttr() public method

public removeAttr ( int n ) : int
n int
return int

removeAttr() public method

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

removeAttr() public method

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

removeNamespace() public method

public removeNamespace ( int index ) : int
index int
return int

removeNamespace() public method

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

setAttributes() public method

public setAttributes ( XMLAttributes attributes ) : int
attributes XMLAttributes
return int

setEOF() public method

public setEOF ( ) : int
return int

setEnd() public method

public setEnd ( ) : int
return int

setNamespaces() public method

public setNamespaces ( XMLNamespaces namespaces ) : int
namespaces XMLNamespaces
return int

setTriple() public method

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

toString() public method

public toString ( ) : string
return string

unsetEnd() public method

public unsetEnd ( ) : int
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool