C# Class libsbml.XMLNode

Inheritance: XMLToken
Exibir arquivo Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
XMLNode ( ) : System
XMLNode ( XMLInputStream stream ) : System
XMLNode ( XMLNode orig ) : System
XMLNode ( XMLToken token ) : System
XMLNode ( XMLTriple triple ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, long line ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System
XMLNode ( XMLTriple triple, long line ) : System
XMLNode ( XMLTriple triple, long line, long column ) : System
XMLNode ( string chars ) : System
XMLNode ( string chars, long line ) : System
XMLNode ( string chars, long line, long column ) : System
addChild ( XMLNode node ) : int
clone ( ) : XMLNode
convertStringToXMLNode ( string xmlstr ) : XMLNode
convertStringToXMLNode ( string xmlstr, XMLNamespaces xmlns ) : XMLNode
convertXMLNodeToString ( XMLNode node ) : string
equals ( XMLNode other ) : bool
equals ( XMLNode other, bool ignoreURI ) : bool
getChild ( long n ) : XMLNode
getChild ( string name ) : XMLNode
getIndex ( string name ) : int
getNumChildren ( ) : long
hasChild ( string name ) : bool
insertChild ( long n, XMLNode node ) : XMLNode
operator ( ) : bool
removeChild ( long n ) : XMLNode
removeChildren ( ) : int
toXMLString ( ) : string

Private Methods

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

XMLNode() public method

public XMLNode ( ) : System
return System

XMLNode() public method

public XMLNode ( XMLInputStream stream ) : System
stream XMLInputStream
return System

XMLNode() public method

public XMLNode ( XMLNode orig ) : System
orig XMLNode
return System

XMLNode() public method

public XMLNode ( XMLToken token ) : System
token XMLToken
return System

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

XMLNode() public method

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

addChild() public method

public addChild ( XMLNode node ) : int
node XMLNode
return int

clone() public method

public clone ( ) : XMLNode
return XMLNode

convertStringToXMLNode() public static method

public static convertStringToXMLNode ( string xmlstr ) : XMLNode
xmlstr string
return XMLNode

convertStringToXMLNode() public static method

public static convertStringToXMLNode ( string xmlstr, XMLNamespaces xmlns ) : XMLNode
xmlstr string
xmlns XMLNamespaces
return XMLNode

convertXMLNodeToString() public static method

public static convertXMLNodeToString ( XMLNode node ) : string
node XMLNode
return string

equals() public method

public equals ( XMLNode other ) : bool
other XMLNode
return bool

equals() public method

public equals ( XMLNode other, bool ignoreURI ) : bool
other XMLNode
ignoreURI bool
return bool

getChild() public method

public getChild ( long n ) : XMLNode
n long
return XMLNode

getChild() public method

public getChild ( string name ) : XMLNode
name string
return XMLNode

getIndex() public method

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

getNumChildren() public method

public getNumChildren ( ) : long
return long

hasChild() public method

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

insertChild() public method

public insertChild ( long n, XMLNode node ) : XMLNode
n long
node XMLNode
return XMLNode

operator() public static method

public static operator ( ) : bool
return bool

removeChild() public method

public removeChild ( long n ) : XMLNode
n long
return XMLNode

removeChildren() public method

public removeChildren ( ) : int
return int

toXMLString() public method

public toXMLString ( ) : string
return string